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

Function hdb_handle_create

include/corosync/hdb.h:127–134  ·  view source on GitHub ↗

* @brief hdb_handle_create * @param handle_database * @param instance_size * @param handle_id_out * @return */

Source from the content-addressed store, hash-verified

125 * @return
126 */
127static inline int hdb_handle_create (
128 struct hdb_handle_database *handle_database,
129 int instance_size,
130 hdb_handle_t *handle_id_out)
131{
132 return (qb_hdb_handle_create (handle_database, instance_size,
133 handle_id_out));
134}
135
136/**
137 * @brief hdb_handle_get

Calls

no outgoing calls

Tested by

no test coverage detected