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

Function rpc_dr_reload_data

modules/drouting/drouting.c:2274–2279  ·  view source on GitHub ↗

simple wrapper over dr_reload_data to make it compatible with ipc_rpc_f, * so triggerable via IPC */

Source from the content-addressed store, hash-verified

2272/* simple wrapper over dr_reload_data to make it compatible with ipc_rpc_f,
2273 * so triggerable via IPC */
2274static void rpc_dr_reload_data(int sender_id, void *unused)
2275{
2276 dr_reload_data(1, 1);
2277
2278 dr_cluster_sync();
2279}
2280
2281
2282static int dr_child_init(int rank)

Callers

nothing calls this directly

Calls 2

dr_reload_dataFunction · 0.85
dr_cluster_syncFunction · 0.85

Tested by

no test coverage detected