kv_release_consistency()

#include <kvstore.h>

void 
kv_release_consistency(kv_consistency_t **consistency) 

Releases (or frees) the memory allocated for the kv_consistency_t structure. This structure is initially created using kv_create_simple_consistency(), kv_create_time_consistency(), or kv_create_version_consistency().

Parameters

consistency

The consistency structure to release.

See Also

Durability and Consistency Management Functions