diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-03-05 15:33:28 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-03-08 12:23:30 +0000 |
commit | c335f8eae4e23f1f69418dfd1b2ec442e3c1a70a (patch) | |
tree | 21ac2142daf32fa36521c4ee62b3496aed8b7445 /src/include/ipxe/ib_mcast.h | |
parent | 114a2f19a638bb92fb39e901d802f68a7276dca1 (diff) | |
download | ipxe-c335f8eae4e23f1f69418dfd1b2ec442e3c1a70a.tar.gz |
[infiniband] Record multicast GID attachment as part of group membership
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/ib_mcast.h b/src/include/ipxe/ib_mcast.h index 564066975..202f8e297 100644 --- a/src/include/ipxe/ib_mcast.h +++ b/src/include/ipxe/ib_mcast.h @@ -19,6 +19,8 @@ struct ib_mc_membership { struct ib_queue_pair *qp; /** Multicast GID */ union ib_gid gid; + /** Attached to multicast GID */ + int attached; /** Multicast group join transaction */ struct ib_mad_transaction *madx; /** Handle join success/failure |