Home
last modified time | relevance | path

Searched refs:control_ev (Results 1 – 1 of 1) sorted by relevance

/netbsd/usr.sbin/bthcid/
H A Dclient.c74 static struct event control_ev; variable
126 event_set(&control_ev, ctl, EV_READ | EV_PERSIST, process_control, NULL); in init_control()
127 if (event_add(&control_ev, NULL) < 0) { in init_control()