aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index e6f4c9e55df7..d13f25a78192 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -951,6 +951,8 @@ struct ib_device {
951 IB_DEV_UNREGISTERED 951 IB_DEV_UNREGISTERED
952 } reg_state; 952 } reg_state;
953 953
954 int uverbs_abi_ver;
955
954 u8 node_type; 956 u8 node_type;
955 u8 phys_port_cnt; 957 u8 phys_port_cnt;
956}; 958};