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

Function init_tmcb_lists

modules/tm/t_hooks.c:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int init_tmcb_lists(void)
74{
75
76 new_tran_tmcb_hl = new_tmcb_list();
77 if (!new_tran_tmcb_hl)
78 return -1;
79 return 1;
80}
81
82
83void destroy_tmcb_lists(void)

Callers 1

mod_initFunction · 0.85

Calls 1

new_tmcb_listFunction · 0.85

Tested by

no test coverage detected