forward.h File Reference
Include dependency graph for forward.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Comm |
Abstraction layer for TCP, UDP, TLS, UDS and filedescriptor sockets. | |
Typedefs | |
typedef void | PF(int, void *) |
typedef RefCount< Comm::Connection > | Comm::ConnectionPointer |
Functions | |
bool | Comm::IsConnOpen (const Comm::ConnectionPointer &conn) |
void | Comm::SetSelect (int, unsigned int, PF *, void *, time_t) |
Mark an FD to be watched for its IO status. More... | |
Variables | |
PF | Comm::HandleWrite |
Typedef Documentation
◆ PF
typedef void PF(int, void *) |
legacy CBDATA callback functions ABI definition for read or write I/O events
- Deprecated:
- use CommCalls API instead where possible