osaf/services/saf/amf/amfd/timer.cc | 4 ++-- osaf/services/saf/amf/amfnd/clc.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/osaf/services/saf/amf/amfd/timer.cc b/osaf/services/saf/amf/amfd/timer.cc --- a/osaf/services/saf/amf/amfd/timer.cc +++ b/osaf/services/saf/amf/amfd/timer.cc @@ -61,11 +61,11 @@ *****************************************************************************/ uint32_t avd_start_tmr(AVD_CL_CB *cb, AVD_TMR *tmr, SaTimeT period) { - uint32_t tmr_period; + SaTimeT tmr_period; TRACE_ENTER2("%u", tmr->type); - tmr_period = (uint32_t)(period / AVSV_NANOSEC_TO_LEAPTM); + tmr_period = (period / AVSV_NANOSEC_TO_LEAPTM); if (AVD_TMR_MAX <= tmr->type) { LOG_EM("%s:%u: %u", __FILE__, __LINE__, tmr->type); diff --git a/osaf/services/saf/amf/amfnd/clc.cc b/osaf/services/saf/amf/amfnd/clc.cc --- a/osaf/services/saf/amf/amfnd/clc.cc +++ b/osaf/services/saf/amf/amfnd/clc.cc @@ -3019,7 +3019,7 @@ uint32_t avnd_comp_clc_cmd_execute(AVND_ for(count=1;count<argc;count++) TRACE_1("CLC CLI command arguments[%d] ='%s'",count, cmd_info.i_argv[count]); - TRACE_1("CLC CLI command timeout: In nano secs:%llu In milli secs: %u", + TRACE_1("CLC CLI command timeout: In nano secs:%lld In milli secs: %" PRId64 "", clc_info->cmds[cmd_type - 1].timeout, cmd_info.i_timeout_in_ms); for(count=0;count<cmd_info.i_set_env_args->num_args;count++) ------------------------------------------------------------------------------ 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