summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2017-01-31 18:13:27 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2017-01-31 18:25:35 -0800
commit5aeaaa3de01b98e935dab1367cf2a7900feaecf3 (patch)
treeea58351bc9ad08f36c5db15cd13359ca5a35f5f9 /src/options.h
parent15b29a48af2175f620d0acad00bac59d2d5d8630 (diff)
Add -j option to control parallelism
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index f8a44a0..01a43fd 100644
--- a/src/options.h
+++ b/src/options.h
@@ -10,6 +10,7 @@ typedef struct {
unsigned int num_lines;
unsigned int scrolloff;
const char *prompt;
+ unsigned int workers;
} options_t;
void options_init(options_t *options);