aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/iucv/af_iucv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/iucv/af_iucv.h')
-rw-r--r--include/net/iucv/af_iucv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h
index 78a72764aeff..b57739e49dc1 100644
--- a/include/net/iucv/af_iucv.h
+++ b/include/net/iucv/af_iucv.h
@@ -79,6 +79,9 @@ struct iucv_sock {
79/* iucv socket options (SOL_IUCV) */ 79/* iucv socket options (SOL_IUCV) */
80#define SO_IPRMDATA_MSG 0x0080 /* send/recv IPRM_DATA msgs */ 80#define SO_IPRMDATA_MSG 0x0080 /* send/recv IPRM_DATA msgs */
81 81
82/* iucv related control messages (scm) */
83#define SCM_IUCV_TRGCLS 0x0001 /* target class control message */
84
82struct iucv_sock_list { 85struct iucv_sock_list {
83 struct hlist_head head; 86 struct hlist_head head;
84 rwlock_t lock; 87 rwlock_t lock;