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

Go to the source code of this file.

Functions

int dce_timerfd_create (int clockid, int flags)
int dce_timerfd_gettime (int fd, struct itimerspec *curr_value)
int dce_timerfd_settime (int fd, int flags, const struct itimerspec *new_value, struct itimerspec *old_value)

Function Documentation

int dce_timerfd_create ( int  clockid,
int  flags 
)
int dce_timerfd_gettime ( int  fd,
struct itimerspec *  curr_value 
)

Definition at line 42 of file dce-timerfd.cc.

References ns3::Current(), OPENED_FD_METHOD, and ns3::UtilsGetNodeId().

+ Here is the call graph for this function:

int dce_timerfd_settime ( int  fd,
int  flags,
const struct itimerspec *  new_value,
struct itimerspec *  old_value 
)

Definition at line 31 of file dce-timerfd.cc.

References ns3::Current(), OPENED_FD_METHOD, and ns3::UtilsGetNodeId().

+ Here is the call graph for this function: