| 35 | } |
| 36 | |
| 37 | void PhxSQLOssConfig::ReadSqlProxyMonitorConfig() { |
| 38 | sql_proxy_svrkit_ossid_ = GetInteger("phxsqlproxy", "SvrkitOssAttrID", 0); |
| 39 | sql_proxy_masterport_logic_ossid_ = GetInteger("phxsqlproxy", "MasterPortLogicOssAttrID", 0); |
| 40 | sql_proxy_slaveport_logic_ossid_ = GetInteger("phxsqlproxy", "SlavePortLogicOssAttrID", 0); |
| 41 | } |
| 42 | |
| 43 | void PhxSQLOssConfig::ReadMysqlMonitorConfig() { |
| 44 | mysql_ossid_ = GetInteger("mysql", "SvrkitOssAttrID", 0); |
nothing calls this directly
no outgoing calls
no test coverage detected