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