| 46 | } |
| 47 | |
| 48 | Loop::Loop(Logger& logger, std::shared_ptr<XmonAgent>& xmon, const std::string& name) : _env(logger, xmon, name), _name(name) {} |
| 49 | |
| 50 | void* LoopThread::runLoop(void* arg) { |
| 51 | LoopThread* loopThread = (LoopThread*) arg; |
nothing calls this directly
no outgoing calls
no test coverage detected