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

Function ipc_dispatch_rpc

ipc.c:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260int ipc_dispatch_rpc( ipc_rpc_f *rpc, void *param)
261{
262 return __ipc_send_job(ipc_shared_pipe[1], -1, ipc_rpc_type, rpc, param);
263}
264
265int ipc_send_sync_reply(int dst_proc, void *param)
266{

Callers 15

child_initFunction · 0.85
qr_raise_event_bad_dstFunction · 0.85
mi_script_async_funcFunction · 0.85
raw_capture_rcv_loopFunction · 0.85
rmq_ipc_dispatch_eventFunction · 0.85
child_initFunction · 0.85
kafka_dispatch_reportFunction · 0.85
rtpengine_io_callbackFunction · 0.85

Calls 1

__ipc_send_jobFunction · 0.85

Tested by

no test coverage detected