#include <connection.h>
|
| enum | ConnectionType {
INVALID = 0x00000,
TCP = 0x10000,
RAW = 0x11000,
PTY = 0x20000,
FILE = 0x21000,
STDIO = 0x22000,
FIFO = 0x24000,
EPOLL = 0x30000,
EVENTFD = 0x31000,
SIGNALFD = 0x32000,
INOTIFY = 0x34000,
POSIXMQ = 0x40000,
TYPEMASK
} |
| |
Definition at line 42 of file connection.h.
| Enumerator |
|---|
| INVALID |
|
| TCP |
|
| RAW |
|
| PTY |
|
| FILE |
|
| STDIO |
|
| FIFO |
|
| EPOLL |
|
| EVENTFD |
|
| SIGNALFD |
|
| INOTIFY |
|
| POSIXMQ |
|
| TYPEMASK |
|
Definition at line 50 of file connection.h.
| dmtcp::Connection::Connection |
( |
) | |
|
|
inline |
| virtual dmtcp::Connection::~Connection |
( |
) | |
|
|
inlinevirtual |
| Connection::Connection |
( |
uint32_t |
t) | |
|
|
protected |
| void Connection::addFd |
( |
int |
fd) | |
|
| void Connection::checkLocking |
( |
) | |
|
| uint32_t dmtcp::Connection::conType |
( |
) | |
const |
|
inline |
| void Connection::doLocking |
( |
) | |
|
|
virtual |
| virtual void dmtcp::Connection::drain |
( |
) | |
|
|
pure virtual |
| const vector<int32_t>& dmtcp::Connection::getFds |
( |
) | |
const |
|
inline |
| bool dmtcp::Connection::hasLock |
( |
) | |
|
|
inline |
| virtual bool dmtcp::Connection::isPreExistingCTTY |
( |
) | |
const |
|
inlinevirtual |
| bool dmtcp::Connection::isStdio |
( |
) | |
|
|
inline |
| uint32_t dmtcp::Connection::numFds |
( |
) | |
const |
|
inline |
| virtual void dmtcp::Connection::postRestart |
( |
) | |
|
|
pure virtual |
| virtual void dmtcp::Connection::preCkpt |
( |
) | |
|
|
inlinevirtual |
| virtual void dmtcp::Connection::refill |
( |
bool |
isRestart) | |
|
|
pure virtual |
| void Connection::removeFd |
( |
int |
fd) | |
|
| void Connection::restoreOptions |
( |
) | |
|
|
virtual |
| virtual void dmtcp::Connection::resume |
( |
bool |
isRestart) | |
|
|
inlinevirtual |
| void Connection::saveOptions |
( |
) | |
|
|
virtual |
| void Connection::serialize |
( |
jalib::JBinarySerializer & |
o) | |
|
| virtual void dmtcp::Connection::serializeSubClass |
( |
jalib::JBinarySerializer & |
o) | |
|
|
protectedpure virtual |
| virtual string dmtcp::Connection::str |
( |
) | |
|
|
pure virtual |
| uint32_t dmtcp::Connection::subType |
( |
) | |
const |
|
inline |
| int64_t dmtcp::Connection::_fcntlFlags |
|
protected |
| int64_t dmtcp::Connection::_fcntlOwner |
|
protected |
| int64_t dmtcp::Connection::_fcntlSignal |
|
protected |
| vector<int32_t> dmtcp::Connection::_fds |
|
protected |
| bool dmtcp::Connection::_hasLock |
|
protected |
| uint32_t dmtcp::Connection::_type |
|
protected |
The documentation for this class was generated from the following files: