MCPcopy Create free account
hub / github.com/baidu/braft / ChangeArg

Class ChangeArg

test/test_node.cpp:2758–2763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2756}
2757
2758struct ChangeArg {
2759 Cluster* c;
2760 std::vector<braft::PeerId> peers;
2761 volatile bool stop;
2762 bool dont_remove_first_peer;
2763};
2764
2765static void* change_routine(void* arg) {
2766 ChangeArg* ca = (ChangeArg*)arg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected