MCPcopy Create free account
hub / github.com/Tencent/phxsql / StartImpl

Method StartImpl

phxbinlogsvr/core/repl/replication.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void ReplicationManager::StartImpl(const int &slave_fd) {
69 CloseImpl();
70 impl_ = new ReplicationImpl(option_,slave_fd);
71}
72
73void ReplicationManager::DealWithSlave(int slave_fd) {
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected