throttle_timer 50 daemons/controld/controld_throttle.c static mainloop_timer_t *throttle_timer = NULL; throttle_timer 443 daemons/controld/controld_throttle.c throttle_timer = mainloop_timer_add("throttle", 30 * 1000, TRUE, throttle_timer_cb, NULL); throttle_timer 447 daemons/controld/controld_throttle.c mainloop_timer_start(throttle_timer); throttle_timer 472 daemons/controld/controld_throttle.c if (throttle_timer != NULL) { throttle_timer 473 daemons/controld/controld_throttle.c mainloop_timer_del(throttle_timer); throttle_timer 474 daemons/controld/controld_throttle.c throttle_timer = NULL;