summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilliam <[email protected]>2014-01-31 19:43:44 -0800
committerwilliam <[email protected]>2014-01-31 19:43:44 -0800
commitcde9df2cb950f0581d4ace986289c65edcd894dd (patch)
treeee75261e05cb95aa25759c792bdca1218b9c668f
parentd6f40621ac191f6e4e11da3bcb4778b3b94cc8c5 (diff)
forgot OP_TIME def
-rw-r--r--bench.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench.h b/bench.h
index 2418990..10ee927 100644
--- a/bench.h
+++ b/bench.h
@@ -12,6 +12,7 @@ struct op {
OP_CHECK,
OP_FILL,
OP_NONE,
+ OP_TIME,
} type;
union {