summaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 1831f5e..33423d8 100644
--- a/lib.h
+++ b/lib.h
@@ -12,9 +12,10 @@ typedef struct State
size_t dwidth;
size_t window_len;
- int multiplier;
+ double multiplier;
bool thread_alive;
+ uint64_t payload;
} state_t;
bool load_from_file(state_t *state, const char *filepath);