netsniff-ng: tpacketv3: 'fix' packet accounting output
[netsniff-ng.git] / epoll2.h
blob1ecf5f0b83ad5806feb3a683eaf8612ff57881e2
1 #ifndef __EPOLL_H
2 #define __EPOLL_H
4 extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events);
5 extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events);
7 #endif /* __EPOLL_H */