klog_readcb
void klog_readcb(int, short, void *);
event_set(ev_klog, fd_klog, EV_READ|EV_PERSIST, klog_readcb, ev_klog);