do_ctlreq
event_set(&ctl_ev, hc, EV_READ | EV_PERSIST, do_ctlreq, NULL);
static void do_ctlreq(int, short, void *);