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

Function child_init

modules/tm/tm.c:1058–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056
1057
1058static int child_init(int rank)
1059{
1060 if (child_init_callid(rank) < 0) {
1061 LM_ERR("failed to initialize Call-ID generator\n");
1062 return -2;
1063 }
1064
1065 return 0;
1066}
1067
1068
1069

Callers

nothing calls this directly

Calls 1

child_init_callidFunction · 0.85

Tested by

no test coverage detected