#include <wait-queue.h>
 Inheritance diagram for ns3::PollTableEntryLinux:
 Inheritance diagram for ns3::PollTableEntryLinux: Collaboration diagram for ns3::PollTableEntryLinux:
 Collaboration diagram for ns3::PollTableEntryLinux:| Public Member Functions | |
| PollTableEntryLinux (void *kernelReference, Callback< void, void * > cb) | |
| virtual void | FreeWait () | 
|  Public Member Functions inherited from ns3::PollTableEntry | |
| PollTableEntry () | |
| PollTableEntry (UnixFd *file, WaitQueueEntryPoll *wait, short eventMask) | |
| virtual | ~PollTableEntry () | 
| int | IsEventMatch (short e) const | 
| Private Attributes | |
| Callback< void, void * > const | m_freeCb | 
| void *const | m_kernelRef | 
Definition at line 151 of file wait-queue.h.
| ns3::PollTableEntryLinux::PollTableEntryLinux | ( | void * | kernelReference, | 
| Callback< void, void * > | cb | ||
| ) | 
| file,: | the involved file, | 
| wait,: | the wait queue entry in the wait queue of the file, | 
| eventMask,: | Set of wanted events | 
Definition at line 225 of file wait-queue.cc.
| 
 | virtual | 
Free the wait queue entry
Reimplemented from ns3::PollTableEntry.
Definition at line 231 of file wait-queue.cc.
References m_freeCb, and m_kernelRef.
| 
 | private | 
Definition at line 166 of file wait-queue.h.
Referenced by FreeWait().
| 
 | private | 
Definition at line 165 of file wait-queue.h.
Referenced by FreeWait().