From: Honggang Li <honli@xxxxxxxxxx> Signed-off-by: Honggang Li <honli@xxxxxxxxxx> --- include/opensm/osm_sa_mad_ctrl.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/opensm/osm_sa_mad_ctrl.h b/include/opensm/osm_sa_mad_ctrl.h index 2c2513b0..d59fae03 100644 --- a/include/opensm/osm_sa_mad_ctrl.h +++ b/include/opensm/osm_sa_mad_ctrl.h @@ -136,9 +136,11 @@ typedef struct osm_sa_mad_ctrl { * p_stats * Pointer to the OpenSM statistics block. * +* p_subn +* Pointer to the OpenSM Subnet object. +* * SEE ALSO * SA MAD Controller object -* SA MADr object *********/ /****f* OpenSM: SA MAD Controller/osm_sa_mad_ctrl_construct @@ -235,6 +237,9 @@ ib_api_status_t osm_sa_mad_ctrl_init(IN osm_sa_mad_ctrl_t * p_ctrl, * p_vendor * [in] Pointer to the vendor specific interfaces object. * +* p_subn +* [in] Pointer to the OpenSM Subnet object. +* * p_log * [in] Pointer to the log object. * -- 2.14.4