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

Function cfg_connection_destroy

mcp/corosync.c:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static void
85cfg_connection_destroy(gpointer user_data)
86{
87 crm_err("Connection destroyed");
88 cfg_handle = 0;
89
90 pcmk_shutdown(SIGTERM);
91}
92
93gboolean
94cluster_disconnect_cfg(void)

Callers

nothing calls this directly

Calls 1

pcmk_shutdownFunction · 0.70

Tested by

no test coverage detected