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

Function hdb_handle_destroy

include/corosync/hdb.h:185–190  ·  view source on GitHub ↗

* @brief hdb_handle_destroy * @param handle_database * @param handle_in * @return */

Source from the content-addressed store, hash-verified

183 * @return
184 */
185static inline int hdb_handle_destroy (
186 struct hdb_handle_database *handle_database,
187 hdb_handle_t handle_in)
188{
189 return (qb_hdb_handle_destroy (handle_database, handle_in));
190}
191
192/**
193 * @brief hdb_handle_refcount_get

Callers 15

cmap_initializeFunction · 0.85
cmap_finalizeFunction · 0.85
cmap_track_addFunction · 0.85
cmap_track_deleteFunction · 0.85
votequorum_initializeFunction · 0.85
votequorum_finalizeFunction · 0.85
corosync_cfg_initializeFunction · 0.85
corosync_cfg_finalizeFunction · 0.85
quorum_model_initializeFunction · 0.85
quorum_finalizeFunction · 0.85
cpg_inst_finalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected