aboutsummaryrefslogtreecommitdiff
path: root/include/BH/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BH/Common.h')
-rw-r--r--include/BH/Common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/BH/Common.h b/include/BH/Common.h
index 78fd503..e0e0263 100644
--- a/include/BH/Common.h
+++ b/include/BH/Common.h
@@ -12,6 +12,9 @@
#define BH_FOUND 0x0005
#define BH_NOTFOUND 0x0006
#define BH_TIMEOUT 0x0007
+#define BH_SHORT 0x0008
+#define BH_FULL 0x0009
+
#define BH_UNUSED(x) (void)(x)
#define BH_PTR2INT(x) ((intptr_t)(x))