| 1001 | } |
| 1002 | |
| 1003 | static struct io_plan *read_from_subd(struct io_conn *subd_conn, |
| 1004 | struct subd *subd) |
| 1005 | { |
| 1006 | return io_read_wire(subd_conn, subd, &subd->in, |
| 1007 | read_from_subd_done, subd); |
| 1008 | } |
| 1009 | |
| 1010 | /* These four function handle peer->subd */ |
| 1011 | static struct io_plan *write_to_subd(struct io_conn *subd_conn, |