aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-07-24 15:43:13 +0200
committerThomas White <taw@physics.org>2014-07-24 15:43:13 +0200
commit901c99a1dbe1b9f93b8ecc3bff7bc6b80cc59904 (patch)
treedc16feaf83c14c3cbbdae461de378ae270614d94 /src/process_image.h
parent7141d24cce2edfcafae40dce6213c108798e9dc5 (diff)
Suspend indexing statistics while --int-diag is displaying
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 1a8a9ff3..98228f6f 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -3,11 +3,11 @@
*
* The processing pipeline for one image
*
- * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2013 Thomas White <taw@physics.org>
+ * 2010-2014 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -97,7 +97,7 @@ struct pattern_args
extern void process_image(const struct index_args *iargs,
struct pattern_args *pargs, Stream *st,
- int cookie, const char *tmpdir);
+ int cookie, const char *tmpdir, int results_pipe);
#endif /* PROCESS_IMAGEs_H */