aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorValerio Mariani <valerio.mariani@desy.de>2015-01-26 16:34:46 +0100
committervalerio.mariani@desy.de <vmariani@cfeld-valerio2.desy.de>2015-01-27 14:11:47 +0100
commit88cd2cfd80838dd57cf607ac0fa752665cae4c14 (patch)
tree041b82409216b639a90828f20c0f5a72b33a2270 /libcrystfel/src/image.h
parente406fe80b9c504de80308393fc09fa139dcc40a8 (diff)
Keep hold of HDF5 fields which came from the stream
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index e196d052..10e83905 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -180,6 +180,7 @@ struct image {
char *filename;
struct event *event;
const struct copy_hdf5_field *copyme;
+ struct stuff_from_stream *stuff_from_stream;
int id; /* ID number of the thread
* handling this image */