summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2016-03-05 16:33:28 +0100
committerMichael Brown2016-03-08 13:23:30 +0100
commitc335f8eae4e23f1f69418dfd1b2ec442e3c1a70a (patch)
tree21ac2142daf32fa36521c4ee62b3496aed8b7445 /src/include
parent[infiniband] Do not use GRH for local paths (diff)
downloadipxe-c335f8eae4e23f1f69418dfd1b2ec442e3c1a70a.tar.gz
ipxe-c335f8eae4e23f1f69418dfd1b2ec442e3c1a70a.tar.xz
ipxe-c335f8eae4e23f1f69418dfd1b2ec442e3c1a70a.zip
[infiniband] Record multicast GID attachment as part of group membership
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/ib_mcast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/ib_mcast.h b/src/include/ipxe/ib_mcast.h
index 56406697..202f8e29 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