Document that SOCK_LOCK is used to protect so_emuldata.
Approved by: re (scottl)
This commit is contained in:
parent
671f52d9b8
commit
8c5a4b8551
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user