Skip to content
Snippets Groups Projects
fifo.c 158 B
Newer Older

int fifo_prepare(int epoll_fd) {
    printf("... by fifo:   echo 1 > fifo\n");
    return -1;
}

void fifo_handle(int epoll_fd, int fifo_fd, int events) {
}