aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'fractal-gen.h')
-rw-r--r--fractal-gen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fractal-gen.h b/fractal-gen.h
index a25063f..3ae5c89 100644
--- a/fractal-gen.h
+++ b/fractal-gen.h
@@ -46,7 +46,8 @@ unsigned int clust_total;
unsigned int size;
unsigned int iterat;
double power;
-
+double thread_mult = 0.f; /* number to multiply available cores by to get thread count */
+char *argv0 = NULL;
typedef void* (*generator_func)(void *);