| 65 | } |
| 66 | |
| 67 | int TickFunc(void* args) { |
| 68 | // LogError("%s:%d TickFunc", __func__, __LINE__); |
| 69 | return 0; |
| 70 | } |
| 71 | |
| 72 | template<class T> |
| 73 | int StartWorker(PHXSqlProxyConfig * config, WorkerConfig_t * worker_config) { |
nothing calls this directly
no outgoing calls
no test coverage detected