[ofa-general] [PATCH] opensm/osm_multicast.h: Remove no longer needed element in osm_mgrp structure

Hal Rosenstock hrosenstock at xsigo.com
Tue Jun 24 05:54:26 PDT 2008


opensm/osm_multicast.h: Remove no longer needed element in osm_mgrp
structure

Dependent on "Convert mgrp_mlid_tbl into array" patch

Signed-off-by: Hal Rosenstock <hal at xsigo.com>

diff --git a/opensm/include/opensm/osm_multicast.h b/opensm/include/opensm/osm_multicast.h
index c0bd16e..d1e0990 100644
--- a/opensm/include/opensm/osm_multicast.h
+++ b/opensm/include/opensm/osm_multicast.h
@@ -153,7 +153,6 @@ typedef struct osm_mcast_mgr_ctxt {
 * SYNOPSIS
 */
 typedef struct osm_mgrp {
-	cl_map_item_t map_item;
 	ib_net16_t mlid;
 	osm_mtree_node_t *p_root;
 	cl_qmap_t mcm_port_tbl;
@@ -165,9 +164,6 @@ typedef struct osm_mgrp {
 } osm_mgrp_t;
 /*
 * FIELDS
-*	map_item
-*		Map Item for qmap linkage.  Must be first element!!
-*
 *	mlid
 *		The network ordered LID of this Multicast Group (must be
 *		>= 0xC000).





More information about the general mailing list