aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cubetypes.h')
-rw-r--r--src/cubetypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h
index ccc2d34..9ec8620 100644
--- a/src/cubetypes.h
+++ b/src/cubetypes.h
@@ -330,12 +330,13 @@ struct
330threaddatagenpt 330threaddatagenpt
331{ 331{
332 int thid; 332 int thid;
333 int nthreads;
333 PruneData * pd; 334 PruneData * pd;
334 int d; 335 int d;
335 uint64_t rangemin; 336 Move * ms;
336 uint64_t rangemax;
337 int nchunks; 337 int nchunks;
338 pthread_mutex_t ** mutex; 338 pthread_mutex_t ** mutex;
339 pthread_mutex_t * upmutex;
339}; 340};
340 341
341#endif 342#endif

Generated with cgit - Back to sebastiano.tronto.net