Searched refs:on_notify_socket (Results 1 – 1 of 1) sorted by relevance
1117 static int on_notify_socket(sd_event_source *s, int fd, uint32_t revents, void *userdata) { in on_notify_socket() function1193 … r = sd_event_add_io(m->event, &m->notify_socket_event_source, fd, EPOLLIN, on_notify_socket, m); in manager_listen_notify()