ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-poll.h
Go to the documentation of this file.
1 #ifndef SIMU_POLL_H
2 #define SIMU_POLL_H
3 
4 #include <poll.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 int dce_poll (struct pollfd *fds, nfds_t nfds, int timeout);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif /* SIMU_POLL_H */