diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2015-01-26 16:34:46 +0100 |
---|---|---|
committer | valerio.mariani@desy.de <vmariani@cfeld-valerio2.desy.de> | 2015-01-27 14:11:47 +0100 |
commit | 88cd2cfd80838dd57cf607ac0fa752665cae4c14 (patch) | |
tree | 041b82409216b639a90828f20c0f5a72b33a2270 /libcrystfel/src/image.h | |
parent | e406fe80b9c504de80308393fc09fa139dcc40a8 (diff) |
Keep hold of HDF5 fields which came from the stream
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 1 |
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 */ |