diff options
Diffstat (limited to 'include/net/iucv')
-rw-r--r-- | include/net/iucv/af_iucv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h index b57739e49dc1..21ee49ffcbaf 100644 --- a/include/net/iucv/af_iucv.h +++ b/include/net/iucv/af_iucv.h | |||
@@ -74,10 +74,12 @@ struct iucv_sock { | |||
74 | struct sock_msg_q message_q; | 74 | struct sock_msg_q message_q; |
75 | unsigned int send_tag; | 75 | unsigned int send_tag; |
76 | u8 flags; | 76 | u8 flags; |
77 | u16 msglimit; | ||
77 | }; | 78 | }; |
78 | 79 | ||
79 | /* iucv socket options (SOL_IUCV) */ | 80 | /* iucv socket options (SOL_IUCV) */ |
80 | #define SO_IPRMDATA_MSG 0x0080 /* send/recv IPRM_DATA msgs */ | 81 | #define SO_IPRMDATA_MSG 0x0080 /* send/recv IPRM_DATA msgs */ |
82 | #define SO_MSGLIMIT 0x1000 /* get/set IUCV MSGLIMIT */ | ||
81 | 83 | ||
82 | /* iucv related control messages (scm) */ | 84 | /* iucv related control messages (scm) */ |
83 | #define SCM_IUCV_TRGCLS 0x0001 /* target class control message */ | 85 | #define SCM_IUCV_TRGCLS 0x0001 /* target class control message */ |