aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-07-24 13:01:44 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-07-24 13:01:44 +1200
commit1ff1618017994332da265be161e8cc548e8b8495 (patch)
treeb3032f360983a4c7153dc94f864091f8679c9b94 /fractal-gen.h
parent61d614b804adfc461d98b6c889ca2121407514ad (diff)
downloadfractal-gen-1ff1618017994332da265be161e8cc548e8b8495.tar.xz
Started work on cluster-style parallel processing
Diffstat (limited to 'fractal-gen.h')
-rw-r--r--fractal-gen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fractal-gen.h b/fractal-gen.h
index 3c4e435..656aeec 100644
--- a/fractal-gen.h
+++ b/fractal-gen.h
@@ -42,6 +42,8 @@ typedef struct
{
unsigned int core;
unsigned int cores;
+ unsigned int clust_id;
+ unsigned int clust_total;
unsigned int size;
double power;
unsigned int iterat;