simple wrapper over dr_reload_data to make it compatible with ipc_rpc_f, * so triggerable via IPC */
| 2272 | /* simple wrapper over dr_reload_data to make it compatible with ipc_rpc_f, |
| 2273 | * so triggerable via IPC */ |
| 2274 | static 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 | |
| 2282 | static int dr_child_init(int rank) |
nothing calls this directly
no test coverage detected