diff options
Diffstat (limited to 'fractal-gen.h')
-rw-r--r-- | fractal-gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fractal-gen.h b/fractal-gen.h index 392f43a..9c9a768 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -32,6 +32,7 @@ typedef struct { volatile unsigned long idx; unsigned long core; + unsigned long width; unsigned long datasize; char* data; pthread_t thread; |