diff options
Diffstat (limited to 'sys/sys/socketvar.h')
-rw-r--r-- | sys/sys/socketvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index e5f8756..223ccc2 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -100,6 +100,7 @@ struct socket { */ struct sockbuf { struct selinfo sb_sel; /* process selecting read/write */ +#define sb_startzero sb_mb struct mbuf *sb_mb; /* the mbuf chain */ u_int sb_cc; /* actual chars in buffer */ u_int sb_hiwat; /* max actual char count */ |