aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2016-10-26 16:02:06 +1300
committerDavid Phillips <david@sighup.nz>2016-10-26 16:04:18 +1300
commit253ecc8d4f6aaaa4a7f86f713d1c485dac8eda78 (patch)
treec69e9ea4f4e504ef500315e77a31752cd36e3759 /fractal-gen.h
parent22ccf34f4960b355d55e2aad14008a4c50e65197 (diff)
downloadfractal-gen-253ecc8d4f6aaaa4a7f86f713d1c485dac8eda78.tar.xz
Rename cores => threads
Diffstat (limited to 'fractal-gen.h')
-rw-r--r--fractal-gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fractal-gen.h b/fractal-gen.h
index 8dcd167..fb70e58 100644
--- a/fractal-gen.h
+++ b/fractal-gen.h
@@ -49,7 +49,7 @@ typedef struct data_section_s {
pthread_t thread;
} data_section;
-unsigned int cores;
+unsigned int threads;
unsigned int clust_id;
unsigned int clust_total;
unsigned int size;