X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Frdma%2Frdma_cm.h;h=81fb1d15e8bb1b64d6fa7b9ba4f5eb095604738b;hb=a02040d8d5d533773f98e02e1a8e56db5fa7a363;hp=afe44fde72a56599cb0dd1674078210a78438ae4;hpb=98409bfd01ace615c841fa8d42c5e248cdfb8ec9;p=cascardo%2Flinux.git diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h index afe44fde72a5..81fb1d15e8bb 100644 --- a/include/rdma/rdma_cm.h +++ b/include/rdma/rdma_cm.h @@ -333,11 +333,13 @@ int rdma_disconnect(struct rdma_cm_id *id); * address. * @id: Communication identifier associated with the request. * @addr: Multicast address identifying the group to join. + * @join_state: Multicast JoinState bitmap requested by port. + * Bitmap is based on IB_SA_MCMEMBER_REC_JOIN_STATE bits. * @context: User-defined context associated with the join request, returned * to the user through the private_data pointer in multicast events. */ int rdma_join_multicast(struct rdma_cm_id *id, struct sockaddr *addr, - void *context); + u8 join_state, void *context); /** * rdma_leave_multicast - Leave the multicast group specified by the given