From 16d4a7a4d16675712fcd4a9e30f46a63690293b2 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Thu, 7 Apr 1994 08:39:55 +0000 Subject: Added START_CRITICAL_CODE and END_CRITICAL_CODE definitions. --- server/zserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/zserver.h') 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 */ -- cgit v1.2.3