[openib-general] [PATCH] Opensm - declaration/implementation missmatch
Yael Kalka
eitan at mtl001.openib.org
Tue Sep 13 05:18:03 PDT 2005
Hi Hal,
The following functions have a missmatch between their declaration and
their implementation.
Attached is a patch for that.
Thanks,
Yael
Signed-off-by: Yael Kalka <yael at mellanox.co.il>
Index: opensm/osm_sminfo_rcv.c
===================================================================
--- opensm/osm_sminfo_rcv.c (revision 3400)
+++ opensm/osm_sminfo_rcv.c (working copy)
@@ -97,7 +97,7 @@ osm_sminfo_rcv_init(
IN osm_resp_t* const p_resp,
IN osm_log_t* const p_log,
IN osm_state_mgr_t* const p_state_mgr,
- IN osm_sm_state_mgr_t* p_sm_state_mgr,
+ IN osm_sm_state_mgr_t* const p_sm_state_mgr,
IN cl_plock_t* const p_lock )
{
ib_api_status_t status = IB_SUCCESS;
Index: opensm/osm_sa_mcmember_record.c
===================================================================
--- opensm/osm_sa_mcmember_record.c (revision 3400)
+++ opensm/osm_sa_mcmember_record.c (working copy)
@@ -1151,7 +1151,7 @@ ib_api_status_t
osm_mcmr_rcv_create_new_mgrp(
IN osm_mcmr_recv_t* const p_rcv,
IN ib_net64_t comp_mask,
- IN const ib_member_rec_t* p_recvd_mcmember_rec,
+ IN const ib_member_rec_t* const p_recvd_mcmember_rec,
OUT osm_mgrp_t **pp_mgrp)
{
ib_net16_t mlid;
More information about the general
mailing list