From: Honggang Li <honli@xxxxxxxxxx> Signed-off-by: Honggang Li <honli@xxxxxxxxxx> --- include/opensm/osm_multicast.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/include/opensm/osm_multicast.h b/include/opensm/osm_multicast.h index 3237c87c..380f3063 100644 --- a/include/opensm/osm_multicast.h +++ b/include/opensm/osm_multicast.h @@ -135,6 +135,9 @@ typedef struct osm_mgrp { * is created during the initialization of SM/SA and will be * present even if there are no ports for this group * +* full_members +* Number of full members in the Multicast Group. +* * SEE ALSO *********/ @@ -338,6 +341,12 @@ osm_mcm_port_t *osm_mgrp_add_port(osm_subn_t *subn, osm_log_t *log, IN ib_member_rec_t *mcmr, IN boolean_t proxy); /* * PARAMETERS +* subn +* [in] Pointer to the subnet object +* +* log +* [in] The log object pointer +* * mgrp * [in] Pointer to an osm_mgrp_t object to initialize. * @@ -426,7 +435,6 @@ void osm_mgrp_delete_port(IN osm_subn_t * subn, IN osm_log_t * log, IN osm_mgrp_t * mgrp, IN osm_port_t * port); /* * PARAMETERS -* * subn * [in] Pointer to the subnet object * -- 2.14.4