PERFORCE change 33498 for review

Robert Watson rwatson at FreeBSD.org
Sun Jun 22 03:43:53 GMT 2003


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

Change 33498 by rwatson at rwatson_powerbook on 2003/06/21 20:43:39

	Add struct label to struct ipq (fragment reassembly queue).

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_var.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_var.h#2 (text+ko) ====

@@ -58,6 +58,10 @@
 #define	_NETINET_IP_VAR_H_
 #include <sys/appleapiopts.h>
 
+#ifdef KERNEL
+#include <sys/_label.h>
+#endif
+
 #ifdef __APPLE_API_PRIVATE
 /*
  * Overlay for ip header used by other protocols (tcp, udp).
@@ -92,6 +96,7 @@
 #endif
 	u_int16_t ipq_div_cookie;	/* ipfw divert cookie */
 #endif
+	struct	label ipq_label;	/* MAC label */
 };
 
 /*
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