| 66 | } |
| 67 | |
| 68 | void ReplicationManager::StartImpl(const int &slave_fd) { |
| 69 | CloseImpl(); |
| 70 | impl_ = new ReplicationImpl(option_,slave_fd); |
| 71 | } |
| 72 | |
| 73 | void ReplicationManager::DealWithSlave(int slave_fd) { |
| 74 |
nothing calls this directly
no outgoing calls
no test coverage detected