time_current_throttle_log 63 src/ftdm_io.c ftdm_time_t time_current_throttle_log = 0; time_current_throttle_log 660 src/include/private/ftdm_core.h time_current_throttle_log = ftdm_current_time_in_ms(); \ time_current_throttle_log 661 src/include/private/ftdm_core.h if (time_current_throttle_log - time_last_throttle_log > FTDM_THROTTLE_LOG_INTERVAL) {\ time_current_throttle_log 663 src/include/private/ftdm_core.h time_last_throttle_log = time_current_throttle_log; \