diff options
Diffstat (limited to 'include/rdma/rdma_user_cm.h')
| -rw-r--r-- | include/rdma/rdma_user_cm.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rdma/rdma_user_cm.h b/include/rdma/rdma_user_cm.h index 1d165022c02..fc82c1896f7 100644 --- a/include/rdma/rdma_user_cm.h +++ b/include/rdma/rdma_user_cm.h @@ -221,8 +221,9 @@ enum {  /* Option details */  enum { -	RDMA_OPTION_ID_TOS	= 0, -	RDMA_OPTION_IB_PATH	= 1 +	RDMA_OPTION_ID_TOS	 = 0, +	RDMA_OPTION_ID_REUSEADDR = 1, +	RDMA_OPTION_IB_PATH	 = 1  };  struct rdma_ucm_set_option {  |