diff options
author | Thomas White <taw@physics.org> | 2018-11-15 10:33:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-11-15 10:33:47 +0100 |
commit | 6c18490d12ad6837636b54afe97641513042f95d (patch) | |
tree | 0a8df2d764264d70705de1127208eeb0e5110012 /src/process_image.h | |
parent | 5184da5ca9ce34ddd3a291cf371a63ad1fa1f77d (diff) |
indexamajig: Name and shame slow processing stages
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 d4dcbf04..d4b1ce59 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -127,7 +127,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 serial, - struct sb_shm *sb_shared, TimeAccounts *taccs); + struct sb_shm *sb_shared, TimeAccounts *taccs, + char *last_task); #endif /* PROCESS_IMAGE_H */ |