child_input
void child_input(int, short, void *);
event_set(&child->evin, child->fd, EV_READ | EV_PERSIST, child_input, child);