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

Method HeartBeatThread

phxsqlproxy/heartbeat_thread.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace phxsqlproxy {
23
24HeartBeatThread::HeartBeatThread(PHXSqlProxyConfig * config, WorkerConfig_t * worker_config) {
25 config_ = config;
26 worker_config_ = worker_config;
27}
28
29HeartBeatThread::~HeartBeatThread() {
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected