osaf/libs/common/plmsv/include/plma.h | 2 +- osaf/libs/common/plmsv/include/plms.h | 2 +- osaf/libs/common/plmsv/include/plms_hrb.h | 2 +- osaf/libs/common/plmsv/plms_common_mds.c | 2 +- osaf/services/saf/plmsv/plms/hpi_intf/plms_hrb_mds.c | 4 ++-- osaf/services/saf/plmsv/plms/plms_he_pres_fsm.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/osaf/libs/common/plmsv/include/plma.h b/osaf/libs/common/plmsv/include/plma.h --- a/osaf/libs/common/plmsv/include/plma.h +++ b/osaf/libs/common/plmsv/include/plma.h @@ -117,7 +117,7 @@ uint32_t plma_mds_register(); void plma_mds_unregister(); uint32_t plm_mds_msg_sync_send(MDS_HDL mds_hdl, uint32_t from_svc, uint32_t to_svc, MDS_DEST to_dest, PLMS_EVT *i_evt, - PLMS_EVT **o_evt,uint32_t timeout); + PLMS_EVT **o_evt,SaTimeT timeout); uint32_t plms_mds_normal_send (MDS_HDL mds_hdl, NCSMDS_SVC_ID from_svc, NCSCONTEXT evt, MDS_DEST dest, NCSMDS_SVC_ID to_svc); diff --git a/osaf/libs/common/plmsv/include/plms.h b/osaf/libs/common/plmsv/include/plms.h --- a/osaf/libs/common/plmsv/include/plms.h +++ b/osaf/libs/common/plmsv/include/plms.h @@ -628,7 +628,7 @@ SaUint32T plms_hrb_mds_msg_sync_send(MDS MDS_DEST to_dest, PLMS_HPI_REQ *i_evt, PLMS_HPI_RSP **o_evt, - SaUint32T timeout); + SaTimeT timeout); SaUint32T plms_proc_standby_active_role_change(); void plms_proc_quiesced_standby_role_change(); void plms_proc_quiesced_active_role_change(); diff --git a/osaf/libs/common/plmsv/include/plms_hrb.h b/osaf/libs/common/plmsv/include/plms_hrb.h --- a/osaf/libs/common/plmsv/include/plms_hrb.h +++ b/osaf/libs/common/plmsv/include/plms_hrb.h @@ -70,7 +70,7 @@ SaUint32T plms_hrb_mds_msg_sync_send(MDS MDS_DEST to_dest, PLMS_HPI_REQ *i_evt, PLMS_HPI_RSP **o_evt, - SaUint32T timeout); + SaTimeT timeout); SaUint32T hrb_mds_msg_send(PLMS_HPI_RSP *response, MDS_SYNC_SND_CTXT context); #endif /* PLMS_HRB_H */ diff --git a/osaf/libs/common/plmsv/plms_common_mds.c b/osaf/libs/common/plmsv/plms_common_mds.c --- a/osaf/libs/common/plmsv/plms_common_mds.c +++ b/osaf/libs/common/plmsv/plms_common_mds.c @@ -366,7 +366,7 @@ SaUint32T plm_mds_msg_sync_send (MDS_HDL MDS_DEST to_dest, PLMS_EVT *i_evt, PLMS_EVT **o_evt, - uint32_t timeout) + SaTimeT timeout) { diff --git a/osaf/services/saf/plmsv/plms/hpi_intf/plms_hrb_mds.c b/osaf/services/saf/plmsv/plms/hpi_intf/plms_hrb_mds.c --- a/osaf/services/saf/plmsv/plms/hpi_intf/plms_hrb_mds.c +++ b/osaf/services/saf/plmsv/plms/hpi_intf/plms_hrb_mds.c @@ -43,7 +43,7 @@ SaUint32T hrb_mds_msg_send(PLMS_HPI_RSP SaUint32T plms_hrb_mds_msg_sync_send(MDS_HDL mds_hdl, SaUint32T from_svc,SaUint32T to_svc, MDS_DEST to_dest,PLMS_HPI_REQ *i_evt, - PLMS_HPI_RSP **o_evt,SaUint32T timeout); + PLMS_HPI_RSP **o_evt,SaTimeT timeout); /* MDS callback function declaration */ SaUint32T hrb_mds_callback (struct ncsmds_callback_info *info); @@ -452,7 +452,7 @@ SaUint32T plms_hrb_mds_msg_sync_send(MDS MDS_DEST to_dest, PLMS_HPI_REQ *i_evt, PLMS_HPI_RSP **o_evt, - SaUint32T timeout) + SaTimeT timeout) { NCSMDS_INFO mds_info; PLMS_CB *cb = plms_cb; diff --git a/osaf/services/saf/plmsv/plms/plms_he_pres_fsm.c b/osaf/services/saf/plmsv/plms/plms_he_pres_fsm.c --- a/osaf/services/saf/plmsv/plms/plms_he_pres_fsm.c +++ b/osaf/services/saf/plmsv/plms/plms_he_pres_fsm.c @@ -4197,7 +4197,7 @@ static SaUint32T plms_hrb_req(PLMS_ENTIT SaUint32T (* hrb_mds_send_func_ptr)(MDS_HDL mds_hdl, SaUint32T from_svc, SaUint32T to_svc, MDS_DEST to_dest, PLMS_HPI_REQ *i_evt, PLMS_HPI_RSP **o_evt, - SaUint32T timeout) = NULL; + SaTimeT timeout) = NULL; TRACE_ENTER2("Entity: %s, hpi_cmd: %d",ent->dn_name_str,cmd); ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ Opensaf-devel mailing list Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel