process_client
event_set(&cl->ev, fd, EV_READ | EV_PERSIST, process_client, cl);
static void process_client (int, short, void *);