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

Function hdb_destroy

include/corosync/hdb.h:114–118  ·  view source on GitHub ↗

* @brief hdb_destroy * @param handle_database */

Source from the content-addressed store, hash-verified

112 * @param handle_database
113 */
114static inline void hdb_destroy (
115 struct hdb_handle_database *handle_database)
116{
117 qb_hdb_destroy (handle_database);
118}
119
120/**
121 * @brief hdb_handle_create

Callers 1

cmap_lib_exit_fnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected