#include <IoCallback.h>
Public Attributes | |
int | fd |
IoCallback | readcb |
IoCallback | writecb |
Detailed Description
Entry nodes for the IO callback table: iocb_table Keyed off the FD which the event applies to.
Definition at line 63 of file IoCallback.h.
Member Data Documentation
◆ fd
int Comm::CbEntry::fd |
Definition at line 66 of file IoCallback.h.
Referenced by Comm::CallbackTableInit().
◆ readcb
IoCallback Comm::CbEntry::readcb |
Definition at line 67 of file IoCallback.h.
Referenced by Comm::CallbackTableDestruct(), and Comm::CallbackTableInit().
◆ writecb
IoCallback Comm::CbEntry::writecb |
Definition at line 68 of file IoCallback.h.
Referenced by Comm::CallbackTableDestruct(), and Comm::CallbackTableInit().
The documentation for this class was generated from the following file:
- src/comm/IoCallback.h