rt_msg_handler
event_set(&rt_msg_ev, rfd, EV_READ|EV_PERSIST, rt_msg_handler, NULL);
void rt_msg_handler(int, short, void *);