mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[infiniband] Allow for the creation of multicast groups
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user