From 3c7c32704024753a50414e947d324b72e7116ac9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 10 Oct 2010 22:52:27 +0200 Subject: Add cookies to thread pool --- src/reintegrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reintegrate.c') diff --git a/src/reintegrate.c b/src/reintegrate.c index 5b9cf0f2..50e73877 100644 --- a/src/reintegrate.c +++ b/src/reintegrate.c @@ -97,7 +97,7 @@ static void show_help(const char *s) } -static void process_image(void *pg) +static void process_image(void *pg, int cookie) { struct integration_args *apargs = pg; struct static_integration_args *pargs = &apargs->static_args; -- cgit v1.2.3