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

Function cmap_get_uint32

lib/cmap.c:697–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697cs_error_t cmap_get_uint32(cmap_handle_t handle, const char *key_name, uint32_t *u32)
698{
699
700 return (cmap_get_int(handle, key_name, u32, sizeof(*u32), CMAP_VALUETYPE_UINT32));
701}
702
703cs_error_t cmap_get_int64(cmap_handle_t handle, const char *key_name, int64_t *i64)
704{

Callers 5

node_name_by_nodelistFunction · 0.85
init_allFunction · 0.85
nodestatusget_doFunction · 0.85
print_keyFunction · 0.85
test_quorumFunction · 0.85

Calls 1

cmap_get_intFunction · 0.85

Tested by 1

test_quorumFunction · 0.68