1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Added SK_MAGIC type sockets for internal use by system dependent code,

especially for netlink communication.
This commit is contained in:
Martin Mares
1999-03-01 22:30:33 +00:00
parent c748cdb9ec
commit b4b3b39e20
2 changed files with 12 additions and 5 deletions

View File

@@ -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