From f324f53d12c4bb0041b3df43e39b3e227e94673a Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <gonnet@google.com> Date: Thu, 26 May 2016 23:12:42 +0200 Subject: [PATCH] make it compile. --- src/threadpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threadpool.h b/src/threadpool.h index eb028b9162..02eacf9317 100644 --- a/src/threadpool.h +++ b/src/threadpool.h @@ -42,7 +42,7 @@ struct threadpool { pthread_cond_t control_cond, thread_cond; /* Current map data and count. */ - void *map_data; + void *map_data, *map_extra_data; size_t map_data_count, map_data_size, map_data_stride; threadpool_map_function map_function; -- GitLab