summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/zserver.h')
-rw-r--r--server/zserver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/zserver.h b/server/zserver.h
index 7483bb5..7b51ac1 100644
--- a/server/zserver.h
+++ b/server/zserver.h
@@ -394,6 +394,9 @@ extern struct in_addr my_addr; /* my inet address */
#define max(a,b) ((a) > (b) ? (a) : (b))
+#define START_CRITICAL_CODE
+#define END_CRITICAL_CODE
+
/* the magic class to match all packets */
#define MATCHALL_CLASS "zmatch_all"
/* the instance that matches all instances */