summaryrefslogtreecommitdiffstats
path: root/lib/socket.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-03-01 23:30:33 +0100
committerMartin Mares <mj@ucw.cz>1999-03-01 23:30:33 +0100
commitb4b3b39e20a669ab3f33f71474e937b5e9ce6d26 (patch)
tree8b3323a4f86e8002a03e4f64edafeec1f15bb77e /lib/socket.h
parentc748cdb9ec8b7de5daaf759825bc428cd0bcd400 (diff)
downloadbird-b4b3b39e20a669ab3f33f71474e937b5e9ce6d26.tar
bird-b4b3b39e20a669ab3f33f71474e937b5e9ce6d26.zip
Added SK_MAGIC type sockets for internal use by system dependent code,
especially for netlink communication.
Diffstat (limited to 'lib/socket.h')
-rw-r--r--lib/socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/socket.h b/lib/socket.h
index af6bff4..2c5ab4f 100644
--- a/lib/socket.h
+++ b/lib/socket.h
@@ -1,7 +1,7 @@
/*
* BIRD Socket Interface
*
- * (c) 1998 Martin Mares <mj@ucw.cz>
+ * (c) 1998--1999 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
@@ -57,5 +57,6 @@ void sk_dump_all(void);
#define SK_UDP_MC 4 /* ? ? * * * * - */
#define SK_IP 5 /* ? ? - * - ? ? */
#define SK_IP_MC 6 /* ? ? * * * * - */
+#define SK_MAGIC 7 /* Internal use by sysdep code */
#endif