| 82 | } |
| 83 | |
| 84 | static void |
| 85 | cfg_connection_destroy(gpointer user_data) |
| 86 | { |
| 87 | crm_err("Connection destroyed"); |
| 88 | cfg_handle = 0; |
| 89 | |
| 90 | pcmk_shutdown(SIGTERM); |
| 91 | } |
| 92 | |
| 93 | gboolean |
| 94 | cluster_disconnect_cfg(void) |
nothing calls this directly
no test coverage detected