MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cleanup_localcancel_timers

Function cleanup_localcancel_timers

modules/tm/timer.c:447–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446
447void cleanup_localcancel_timers( struct cell *t )
448{
449 int i;
450 for (i=0; i<t->nr_of_outgoings; i++ ) {
451 reset_timer( &TM_BRANCH(t,i).local_cancel.retr_timer );
452 reset_timer( &TM_BRANCH(t,i).local_cancel.fr_timer );
453 }
454}
455
456
457inline static void wait_handler( struct timer_link *wait_tl )

Callers 1

wait_handlerFunction · 0.85

Calls 1

reset_timerFunction · 0.70

Tested by

no test coverage detected