aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/process_image.h b/src/process_image.h
index cbf2713b..e2f792a5 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -3,11 +3,11 @@
*
* The processing pipeline for one image
*
- * Copyright © 2012-2021 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2022 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2021 Thomas White <taw@physics.org>
+ * 2010-2022 Thomas White <taw@physics.org>
* 2014-2017 Valerio Mariani <valerio.mariani@desy.de>
* 2017-2018 Yaroslav Gevorkov <yaroslav.gevorkov@desy.de>
*
@@ -119,8 +119,13 @@ struct pattern_args
/* "Input" */
char *filename;
char *event;
+
void *zmq_data;
size_t zmq_data_size;
+
+ char *asapo_data;
+ size_t asapo_data_size;
+ char *asapo_meta;
};