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

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=33496

Change 33496 by rwatson@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 */
 
 };
 



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