summaryrefslogtreecommitdiff
path: root/src/choices.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-06-22 21:26:21 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-06-22 21:43:41 -0700
commit471431c3d75eb4df127f22f1e1175bc43cd66549 (patch)
tree35240f27b2da41625bf3e08c69e5bac5938dfb76 /src/choices.h
parent3cf9d22ba35ecf1511c093f6535279f4874a1918 (diff)
Store worker_count on choices_t
Diffstat (limited to 'src/choices.h')
-rw-r--r--src/choices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/choices.h b/src/choices.h
index d8d547c..319765e 100644
--- a/src/choices.h
+++ b/src/choices.h
@@ -20,6 +20,8 @@ typedef struct {
size_t available;
size_t selection;
+
+ unsigned int worker_count;
} choices_t;
void choices_init(choices_t *c);