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

Method SetMasterFD

phxbinlogsvr/core/repl/replication_ctx.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void ReplicationCtx::SetMasterFD(const int &fd) {
88 is_close_ = false;
89 master_fd_ = fd;
90}
91
92int ReplicationCtx::GetMasterFD() {
93 return master_fd_;

Callers 1

ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected