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

Method SetSlaveFD

phxbinlogsvr/core/repl/replication_ctx.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void ReplicationCtx::SetSlaveFD(const int &fd) {
97 slave_fd_ = fd;
98}
99
100int ReplicationCtx::GetSlaveFD() {
101 return slave_fd_;

Callers 1

ReplicationImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected