about summary refs log tree commit diff homepage
path: root/torus.h
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-01 00:08:07 -0400
committerJune McEnroe <programble@gmail.com>2017-09-01 00:08:07 -0400
commit34f25ae40a3db9369e9d98b3814f2b93bbc21451 (patch)
tree784b74c846ae47f4453c32270f4af6e20a4a70a4 /torus.h
parentClean up merge tool (diff)
downloadtorus-34f25ae40a3db9369e9d98b3814f2b93bbc21451.tar.gz
torus-34f25ae40a3db9369e9d98b3814f2b93bbc21451.zip
Add client readOnly mode
Diffstat (limited to '')
-rw-r--r--torus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/torus.h b/torus.h
index e337557..f2fb6ee 100644
--- a/torus.h
+++ b/torus.h
@@ -20,6 +20,7 @@
 #include <stdint.h>
 #include <time.h>
 
+#define UNUSED __attribute__((unused))
 #define ALIGNED(x) __attribute__((aligned(x)))
 
 enum {