PERFORCE change 33496 for review

Robert Watson rwatson at FreeBSD.org
Sun Jun 22 03:34:41 GMT 2003


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

Change 33496 by rwatson at rwatson_powerbook on 2003/06/21 20:34:15

	Add struct label to struct bfp_d, the BPF descriptor.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpfdesc.h#2 edit

Differences ...

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

@@ -70,6 +70,7 @@
  */
 
 #include <sys/select.h>
+#include <sys/_label.h>
 
 /*
  * Descriptor associated with each open bpf file.
@@ -120,6 +121,7 @@
 #endif
 	int		bd_hdrcmplt;	/* false to fill in src lladdr automatically */
 	int		bd_seesent;	/* true if bpf should see sent packets */
+	struct label	bd_label;	/* MAC label for descriptor */
 
 };
 
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