| 1315 | } |
| 1316 | |
| 1317 | static struct io_plan *read_from_subd(struct io_conn *subd_conn, |
| 1318 | struct subd *subd) |
| 1319 | { |
| 1320 | return io_read_wire(subd_conn, subd, &subd->in, |
| 1321 | read_from_subd_done, subd); |
| 1322 | } |
| 1323 | |
| 1324 | /* These four function handle peer->subd */ |
| 1325 | static struct io_plan *write_to_subd(struct io_conn *subd_conn, |