diff options
Diffstat (limited to 'include/net/af_unix.h')
| -rw-r--r-- | include/net/af_unix.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index 1af1841b7601..34f53dde65ce 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -47,6 +47,8 @@ struct unix_sock {  #define peer_wait		peer_wq.wait  	wait_queue_entry_t	peer_wake;  	struct scm_stat		scm_stat; +	int			inq_len; +	bool			recvmsg_inq;  #if IS_ENABLED(CONFIG_AF_UNIX_OOB)  	struct sk_buff		*oob_skb;  #endif  | 
