summaryrefslogtreecommitdiff
path: root/private.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-22 16:21:45 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit9841a4e5fa5b3b17f3b95f4e3c2c0e5ed8b445fd (patch)
tree4c8e0dd8dd9177c05ed194533e4be0e164234799 /private.h
parent9e3c0bf4512865b7b5cd0ef2f46ac79fa12b4e86 (diff)
downloadpucket-9841a4e5fa5b3b17f3b95f4e3c2c0e5ed8b445fd.tar.gz
pucket-9841a4e5fa5b3b17f3b95f4e3c2c0e5ed8b445fd.tar.bz2
pucket-9841a4e5fa5b3b17f3b95f4e3c2c0e5ed8b445fd.zip
Move iter_storage allocation to thread function
Diffstat (limited to 'private.h')
-rw-r--r--private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/private.h b/private.h
index 4cffb2d..9b3b7ce 100644
--- a/private.h
+++ b/private.h
@@ -71,8 +71,6 @@ typedef struct {
typedef struct {
- double4 *iter_storage; /* Storage for iteration coordinates */
- randctx rc; /* Thread-unique rng context */
flam3_genome cp; /* Full copy of genome for use by the thread */
int first_thread;
int timer_initialize;