diff options
author | Thomas White <taw@physics.org> | 2014-10-16 16:28:35 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-10-23 17:02:32 +0200 |
commit | cb08ffbe0adeed6502db70f3380059800464726d (patch) | |
tree | 0dccc8ee60ccad060fbb8778c4c15a3e52fa0074 /src/process_image.h | |
parent | 64a006630632c58be1ca740d7f12041879da6e00 (diff) |
Add serial numbers to chunks
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h index 7c48d711..5d9f2c27 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -99,7 +99,8 @@ struct pattern_args extern void process_image(const struct index_args *iargs, struct pattern_args *pargs, Stream *st, - int cookie, const char *tmpdir, int results_pipe); + int cookie, const char *tmpdir, int results_pipe, + int serial); #endif /* PROCESS_IMAGEs_H */ |