ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-select.h File Reference
#include <sys/select.h>
+ Include dependency graph for dce-select.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int dce_select (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)

Function Documentation

int dce_select ( int  nfds,
fd_set *  readfds,
fd_set *  writefds,
fd_set *  exceptfds,
struct timeval *  timeout 
)

Definition at line 131 of file dce-poll.cc.

References ns3::CheckFdExists(), ns3::Current(), dce_poll(), ns3::Thread::err, ns3::Thread::process, and ns3::UtilsGetNodeId().

+ Here is the call graph for this function: