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

Function hdb_iterator_reset

include/corosync/hdb.h:209–213  ·  view source on GitHub ↗

* @brief hdb_iterator_reset * @param handle_database */

Source from the content-addressed store, hash-verified

207 * @param handle_database
208 */
209static inline void hdb_iterator_reset (
210 struct hdb_handle_database *handle_database)
211{
212 qb_hdb_iterator_reset (handle_database);
213}
214
215/**
216 * @brief hdb_iterator_next

Callers 3

cmap_finalizeFunction · 0.85
cmap_lib_exit_fnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected