aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/ib_mcast.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-03-08 10:34:27 +0000
committerMichael Brown <mcb30@ipxe.org>2016-03-08 12:23:30 +0000
commit5a7fd2cc90ef2d44527b24599d76225607be6f96 (patch)
treef3d1d6e228e4e7d4e33ea8a262218f7591dbb7f7 /src/include/ipxe/ib_mcast.h
parente62e52b2b9d09bee8e30f54fa225eb381813fc9a (diff)
downloadipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.zip
ipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.tar.gz
ipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.tar.bz2
[infiniband] Allow for the creation of multicast groups
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/ib_mcast.h')
-rw-r--r--src/include/ipxe/ib_mcast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/ib_mcast.h b/src/include/ipxe/ib_mcast.h
index 789a2f3..df348bd 100644
--- a/src/include/ipxe/ib_mcast.h
+++ b/src/include/ipxe/ib_mcast.h
@@ -33,7 +33,7 @@ struct ib_mc_membership {
extern int ib_mcast_join ( struct ib_device *ibdev, struct ib_queue_pair *qp,
struct ib_mc_membership *membership,
- struct ib_address_vector *av,
+ struct ib_address_vector *av, unsigned int mask,
void ( * joined ) ( struct ib_mc_membership *memb,
int rc ) );