diff options
Diffstat (limited to 'epoll2.h')
-rw-r--r-- | epoll2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/epoll2.h b/epoll2.h new file mode 100644 index 0000000..1ecf5f0 --- /dev/null +++ b/epoll2.h @@ -0,0 +1,7 @@ +#ifndef __EPOLL_H +#define __EPOLL_H + +extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events); +extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events); + +#endif /* __EPOLL_H */ |