diff options
Diffstat (limited to 'nest/locks.h')
-rw-r--r-- | nest/locks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/locks.h b/nest/locks.h index e465bf5..892d3c6 100644 --- a/nest/locks.h +++ b/nest/locks.h @@ -43,6 +43,7 @@ void olock_init(void); #define OBJLOCK_UDP 1 /* UDP port */ #define OBJLOCK_TCP 2 /* TCP port */ +#define OBJLOCK_IP 3 /* IP protocol */ #define OLOCK_STATE_FREE 0 #define OLOCK_STATE_LOCKED 1 |