process_control
event_set(&control_ev, ctl, EV_READ | EV_PERSIST, process_control, NULL);
static void process_control (int, short, void *);