| 21 | namespace phxsqlproxy { |
| 22 | |
| 23 | PHXSqlProxyConfig::PHXSqlProxyConfig(const char * filename) { |
| 24 | ReadFile(filename); |
| 25 | |
| 26 | memset(&master_worker_config_, 0, sizeof(master_worker_config_)); |
| 27 | memset(&slave_worker_config_, 0, sizeof(slave_worker_config_)); |
| 28 | } |
| 29 | |
| 30 | PHXSqlProxyConfig::~PHXSqlProxyConfig() { |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected