Skip to content
Snippets Groups Projects
Commit f324f53d authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

make it compile.

parent b9232db9
No related branches found
No related tags found
1 merge request!176Tasks cleanup
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment