diff options
author | Thomas White <taw@physics.org> | 2010-10-11 10:57:46 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:02 +0100 |
commit | a22d0dc84c4411ca1b4583ac7857d5301c690f7c (patch) | |
tree | b7639b8813ef6c8f97160fb8d8a8391a27664eea /src/reintegrate.c | |
parent | a7d2cab127719eeef82584664b1abbbee06656c4 (diff) |
indexamajig: Use new thread pool
Diffstat (limited to 'src/reintegrate.c')
-rw-r--r-- | src/reintegrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reintegrate.c b/src/reintegrate.c index 50e73877..b45ef9c5 100644 --- a/src/reintegrate.c +++ b/src/reintegrate.c @@ -214,7 +214,7 @@ static void integrate_all(int nthreads, struct detector *det, FILE *fh, qargs.static_args.config_sanity = qargs.static_args.config_sanity; qargs.static_args.output_mutex = &output_mutex; - run_threads(nthreads, process_image, get_image, &qargs, 0); + run_threads(nthreads, process_image, get_image, NULL, &qargs, 0); } |