MCPcopy Create free account
hub / github.com/corosync/corosync / cpg_iteration_instance_finalize

Function cpg_iteration_instance_finalize

lib/cpg.c:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static void cpg_iteration_instance_finalize (struct cpg_iteration_instance_t *cpg_iteration_instance)
135{
136 qb_list_del (&cpg_iteration_instance->list);
137 hdb_handle_destroy (&cpg_iteration_handle_t_db, cpg_iteration_instance->cpg_iteration_handle);
138}
139
140static void cpg_inst_free (void *inst)
141{

Callers 2

cpg_inst_finalizeFunction · 0.70
cpg_iteration_finalizeFunction · 0.70

Calls 1

hdb_handle_destroyFunction · 0.85

Tested by

no test coverage detected