| 478 | } |
| 479 | |
| 480 | static void reply_closed(struct io_conn *conn, struct router_child *child) |
| 481 | { |
| 482 | child->reply_conn = NULL; |
| 483 | if (child->log_conn == NULL) |
| 484 | reap_child(child); |
| 485 | } |
| 486 | |
| 487 | static struct io_plan *log_msg_in(struct io_conn *conn, |
| 488 | struct router_child *child) |
nothing calls this directly
no test coverage detected