MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / mon_shutdown

Function mon_shutdown

tools/crm_mon.c:198–202  ·  view source on GitHub ↗

* Mainloop signal handler. */

Source from the content-addressed store, hash-verified

196 * Mainloop signal handler.
197 */
198static void
199mon_shutdown(int nsig)
200{
201 clean_up(EX_OK);
202}
203
204#if ON_DARWIN
205# define sighandler_t sig_t

Callers

nothing calls this directly

Calls 1

clean_upFunction · 0.85

Tested by

no test coverage detected