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

Function cib_cleanup

cib/main.c:262–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void
263cib_cleanup(void)
264{
265 crm_peer_destroy();
266 if (local_notify_queue) {
267 g_hash_table_destroy(local_notify_queue);
268 }
269 g_hash_table_destroy(config_hash);
270 g_hash_table_destroy(client_list);
271 free(cib_our_uname);
272 free(channel1);
273 free(channel2);
274 free(channel3);
275 free(channel4);
276 free(channel5);
277}
278
279unsigned long cib_num_ops = 0;
280const char *cib_stat_interval = "10min";

Callers 1

mainFunction · 0.85

Calls 1

crm_peer_destroyFunction · 0.85

Tested by

no test coverage detected