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

Function print_script_route_refs

route.c:382–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380
381
382void print_script_route_refs(void)
383{
384 struct script_route_ref *it;
385
386 for( it=sroute_refs ; it ; it=it->next )
387 LM_DBG(" rt_ref - [%s] idx %d, ver/cnt %d\n", it->name.s,
388 it->idx, it->u.refcnt);
389}
390
391
392/********************** Interpreter related functions ***********************/

Callers 1

routes_switch_per_procFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected