Document that SOCK_LOCK is used to protect so_emuldata.

Approved by:	re (scottl)
This commit is contained in:
jhb 2005-07-09 12:24:40 +00:00
parent 671f52d9b8
commit 8c5a4b8551

View File

@ -136,7 +136,7 @@ struct socket {
struct label *so_peerlabel; /* (b) cached MAC label for peer */
/* NB: generation count must not be first; easiest to make it last. */
so_gen_t so_gencnt; /* (h) generation count */
void *so_emuldata; /* private data for emulators */
void *so_emuldata; /* (b) private data for emulators */
struct so_accf {
struct accept_filter *so_accept_filter;
void *so_accept_filter_arg; /* saved filter args */