diff options
author | Thomas White <taw@physics.org> | 2015-06-17 14:03:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-06-17 14:10:45 +0200 |
commit | 14d8651e663538be7445e74cef9206ce9ab4cf36 (patch) | |
tree | c3c49e07d2800d028af684adcade95b52ec629de /src/process_image.h | |
parent | 031a4d37cf355fd72a991dbd1167c8e492011730 (diff) |
Use a POSIX semaphore for synchronising terminal access during indexing
Nice side-effect: indexamajig -j and --int-diag can now be used together
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h index de364772..6e44c173 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -104,7 +104,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 results_pipe, - int serial); + int serial, sem_t *term_sem); #endif /* PROCESS_IMAGEs_H */ |