| 47 | assert(!m_loop); |
| 48 | }; |
| 49 | std::unique_ptr<interfaces::Init> connect(int fd, const char* exe_name) override |
| 50 | { |
| 51 | startLoop(exe_name); |
| 52 | return mp::ConnectStream<messages::Init>(*m_loop, fd); |
| 53 | } |
| 54 | void serve(int fd, const char* exe_name, interfaces::Init& init) override |
| 55 | { |
| 56 | assert(!m_loop); |
no outgoing calls