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

Function fs_api_set_proc_no

modules/freeswitch/fs_api.c:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100int fs_api_set_proc_no(void)
101{
102 LM_DBG("setting global mgr process_no=%d\n", process_no);
103 *conn_mgr_process_no = process_no;
104 return 0;
105}
106
107/* TODO: rework this specific "PID advertising" hack
108 * as part of a more reusable OpenSIPS mechanism */

Callers 1

fs_conn_mgr_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected