Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2003 20:43:53 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 33497 for review
Message-ID:  <200306220343.h5M3hrOU014972@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=33497

Change 33497 by rwatson@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 *));
 


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306220343.h5M3hrOU014972>