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

Function update_two_node

exec/votequorum.c:833–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833static void update_two_node(void)
834{
835 ENTER();
836
837 icmap_set_uint8("runtime.votequorum.two_node", two_node);
838
839 LEAVE();
840}
841
842static void update_ev_barrier(uint32_t expected_votes)
843{

Callers 1

votequorum_readconfigFunction · 0.85

Calls 1

icmap_set_uint8Function · 0.85

Tested by

no test coverage detected