ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-poll.cc File Reference
#include "ns3/log.h"
#include "ns3/nstime.h"
#include "dce-poll.h"
#include "sys/dce-select.h"
#include "wait-queue.h"
#include "file-usage.h"
#include "utils.h"
#include "dce-manager.h"
#include "process.h"
#include "errno.h"
#include <map>
+ Include dependency graph for dce-poll.cc:

Go to the source code of this file.

Functions

int dce_poll (struct pollfd *fds, nfds_t nfds, int timeout)
int dce_select (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
 NS_LOG_COMPONENT_DEFINE ("PollSelect")

Function Documentation

int dce_poll ( struct pollfd *  fds,
nfds_t  nfds,
int  timeout 
)
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:

NS_LOG_COMPONENT_DEFINE ( "PollSelect"  )