summaryrefslogtreecommitdiff
path: root/nest
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 11:50:48 +0000
committerOndrej Filip <feela@network.cz>2000-06-06 11:50:48 +0000
commit41ad16e2d5dc03f6620b94f8e531373788e11db9 (patch)
tree06eda58225d03aea324b33862e749d4c4ec2ca6a /nest
parenta852c139dc90febae40be055050ed30490d823b8 (diff)
Added IP protocols.
Diffstat (limited to 'nest')
-rw-r--r--nest/locks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/locks.h b/nest/locks.h
index e465bf55..892d3c6b 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