Commit c749ae0c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Add doc

parent 63728835
...@@ -110,6 +110,10 @@ void graceful_shutdown(ConnectionHandler *conn_handler) { ...@@ -110,6 +110,10 @@ void graceful_shutdown(ConnectionHandler *conn_handler) {
// We have accepted all pending connections. Shutdown main event // We have accepted all pending connections. Shutdown main event
// loop. // loop.
// TODO this makes IPC from master process impossible. Perhaps, we
// should keep alive default loop, and break it once all connections
// are terminated somehow.
ev_break(conn_handler->get_loop()); ev_break(conn_handler->get_loop());
} }
} // namespace } // namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment