| 111 | } |
| 112 | |
| 113 | MonitorPluginEntry * MonitorPluginEntry::GetDefault() { |
| 114 | static MonitorPluginEntry entry; |
| 115 | return &entry; |
| 116 | } |
| 117 | |
| 118 | void MonitorPluginEntry::SetConfig(phxsqlproxy::PHXSqlProxyConfig * config, |
| 119 | phxsqlproxy::WorkerConfig_t * worker_config) { |
nothing calls this directly
no outgoing calls
no test coverage detected