diff options
| author | Michael Brown | 2016-03-08 11:34:27 +0100 |
|---|---|---|
| committer | Michael Brown | 2016-03-08 13:23:30 +0100 |
| commit | 5a7fd2cc90ef2d44527b24599d76225607be6f96 (patch) | |
| tree | f3d1d6e228e4e7d4e33ea8a262218f7591dbb7f7 /src/include | |
| parent | [ipoib] Simplify test for received broadcast packets (diff) | |
| download | ipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.tar.gz ipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.tar.xz ipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.zip | |
[infiniband] Allow for the creation of multicast groups
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/ib_mcast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/ib_mcast.h b/src/include/ipxe/ib_mcast.h index 789a2f3bf..df348bd9b 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 ) ); |
