From 94ea1c4468fed5ee4be48e3334fe75541ecaba02 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Jan 2019 15:44:52 +0100 Subject: ZMQ connection and setup stuff --- src/process_image.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/process_image.h') diff --git a/src/process_image.h b/src/process_image.h index 2a43d11d..b61fe83f 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -3,11 +3,11 @@ * * The processing pipeline for one image * - * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2016 Thomas White + * 2010-2019 Thomas White * 2014-2017 Valerio Mariani * 2017-2018 Yaroslav Gevorkov * @@ -37,6 +37,8 @@ struct index_args; +#include + #include "integration.h" #include "im-sandbox.h" #include "time-accounts.h" @@ -122,6 +124,7 @@ struct pattern_args { /* "Input" */ struct filename_plus_event *filename_p_e; + msgpack_object *msgpack_obj; }; -- cgit v1.2.3