repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: add Christian to AUTHORS file
[netsniff-ng.git]
/
epoll2.h
blob
1ecf5f0b83ad5806feb3a683eaf8612ff57881e2
1
#ifndef __EPOLL_H
2
#define __EPOLL_H
3
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
);
6
7
#endif
/* __EPOLL_H */