Merge branches 'pm-sleep' and 'pm-cpufreq'
[deliverable/linux.git] / include / uapi / rdma / rdma_user_cm.h
index 3066718eb12087ec22eb22e518a4f1756da33b21..01923d463673efdb527bb847f15683c17e323dd6 100644 (file)
@@ -244,12 +244,19 @@ struct rdma_ucm_join_ip_mcast {
        __u32 id;
 };
 
+/* Multicast join flags */
+enum {
+       RDMA_MC_JOIN_FLAG_FULLMEMBER,
+       RDMA_MC_JOIN_FLAG_SENDONLY_FULLMEMBER,
+       RDMA_MC_JOIN_FLAG_RESERVED,
+};
+
 struct rdma_ucm_join_mcast {
        __u64 response;         /* rdma_ucma_create_id_resp */
        __u64 uid;
        __u32 id;
        __u16 addr_size;
-       __u16 reserved;
+       __u16 join_flags;
        struct sockaddr_storage addr;
 };
 
This page took 0.023946 seconds and 5 git commands to generate.