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

Function cmap_set_uint64

lib/cmap.c:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482cs_error_t cmap_set_uint64(cmap_handle_t handle, const char *key_name, uint64_t value)
483{
484 return (cmap_set(handle, key_name, &value, sizeof(value), CMAP_VALUETYPE_UINT64));
485}
486
487cs_error_t cmap_set_float(cmap_handle_t handle, const char *key_name, float value)
488{

Callers 2

set_keyFunction · 0.85
sam_cmap_update_keyFunction · 0.85

Calls 1

cmap_setFunction · 0.85

Tested by

no test coverage detected