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

Function cmap_set_uint32

lib/cmap.c:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472cs_error_t cmap_set_uint32(cmap_handle_t handle, const char *key_name, uint32_t value)
473{
474 return (cmap_set(handle, key_name, &value, sizeof(value), CMAP_VALUETYPE_UINT32));
475}
476
477cs_error_t cmap_set_int64(cmap_handle_t handle, const char *key_name, int64_t value)
478{

Callers 3

set_keyFunction · 0.85
clear_statsFunction · 0.85
test_quorumFunction · 0.85

Calls 1

cmap_setFunction · 0.85

Tested by 1

test_quorumFunction · 0.68