PERFORCE change 33497 for review
Robert Watson
rwatson at FreeBSD.org
Sun Jun 22 03:43:53 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=33497
Change 33497 by rwatson at rwatson_powerbook on 2003/06/21 20:43:23
Add struct label to struct ifnet.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_var.h#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_var.h#2 (text+ko) ====
@@ -113,6 +113,7 @@
#define IFNAMSIZ 16
+#include <sys/_label.h> /* struct label */
#include <sys/queue.h> /* get TAILQ macros */
#ifdef __APPLE_API_UNSTABLE
@@ -286,6 +287,7 @@
#else
struct ifprefixhead if_prefixhead; /* list of prefixes per if */
#endif /* __APPLE__ */
+ struct label if_label; /* interface MAC label */
};
typedef void if_init_f_t __P((void *));
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list