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

Method MonitorRoutine

phxsqlproxy/monitor_routine.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace phxsqlproxy {
29
30MonitorRoutine::MonitorRoutine(PHXSqlProxyConfig * config, IORoutineMgr * io_routine_mgr) {
31 config_ = config;
32 io_routine_mgr_ = io_routine_mgr;
33}
34
35MonitorRoutine::~MonitorRoutine() {
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected