fde::_fde_flags Struct Reference
#include <fde.h>
Collaboration diagram for fde::_fde_flags:

Public Attributes | |
| bool | open = false |
| bool | close_request = false |
| true if file_ or comm_close has been called More... | |
| bool | write_daemon = false |
| bool | socket_eof = false |
| bool | nolinger = false |
| bool | nonblocking = false |
| bool | ipc = false |
| bool | called_connect = false |
| bool | nodelay = false |
| bool | close_on_exec = false |
| bool | read_pending = false |
| buffering readMethod_ has data to give (regardless of socket state) More... | |
| bool | transparent = false |
Detailed Description
Member Data Documentation
◆ called_connect
◆ close_on_exec
◆ close_request
| bool fde::_fde_flags::close_request = false |
Definition at line 119 of file fde.h.
Referenced by fde::closing().
◆ ipc
◆ nodelay
◆ nolinger
◆ nonblocking
◆ open
| bool fde::_fde_flags::open = false |
Definition at line 118 of file fde.h.
Referenced by fde::dumpStats().
◆ read_pending
| bool fde::_fde_flags::read_pending = false |
Definition at line 129 of file fde.h.
Referenced by fde::setIo(), fde::useBufferedIo(), and fde::useDefaultIo().
◆ socket_eof
◆ transparent
◆ write_daemon
The documentation for this struct was generated from the following file:
- src/fde.h
