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

Function ipc_dispatch_job

ipc.c:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228int ipc_dispatch_job(ipc_handler_type type, void *payload)
229{
230 return __ipc_send_job(ipc_shared_pipe[1], -1, type, payload, NULL);
231}
232
233int ipc_send_rpc(int dst_proc, ipc_rpc_f *rpc, void *param)
234{

Callers 2

dm_dispatch_event_reqFunction · 0.85

Calls 1

__ipc_send_jobFunction · 0.85

Tested by

no test coverage detected