Last one out finalizes */
| 471 | |
| 472 | /* Last one out finalizes */ |
| 473 | static void log_closed(struct io_conn *conn, struct router_child *child) |
| 474 | { |
| 475 | child->log_conn = NULL; |
| 476 | if (child->reply_conn == NULL) |
| 477 | reap_child(child); |
| 478 | } |
| 479 | |
| 480 | static void reply_closed(struct io_conn *conn, struct router_child *child) |
| 481 | { |
nothing calls this directly
no test coverage detected