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