summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1994-04-07 08:39:55 +0000
committerGravatar Richard Basch <probe@mit.edu>1994-04-07 08:39:55 +0000
commit16d4a7a4d16675712fcd4a9e30f46a63690293b2 (patch)
treeaf6a26cc0d6830bd3bd6041b38dcdcde6782325f /server/zserver.h
parent697436864a228a1815747aa6edd04c2e798d89b0 (diff)
Added START_CRITICAL_CODE and END_CRITICAL_CODE definitions.
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 */