| 379 | } |
| 380 | |
| 381 | void* SocketMap::RunWatchConnections(void* arg) { |
| 382 | static_cast<SocketMap*>(arg)->WatchConnections(); |
| 383 | return NULL; |
| 384 | } |
| 385 | |
| 386 | void SocketMap::WatchConnections() { |
| 387 | std::vector<SocketId> main_sockets; |
nothing calls this directly
no test coverage detected