|
DMTCP
|
#include <eventconnlist.h>
Public Member Functions | |
| virtual int | protectedFd () |
| virtual Connection * | createDummyConnection (int type) |
Public Member Functions inherited from dmtcp::ConnectionList | |
| ConnectionList () | |
| virtual | ~ConnectionList () |
| void | resetOnFork () |
| void | deleteStaleConnections () |
| void | add (int fd, Connection *c) |
| void | erase (iterator i) |
| void | erase (ConnectionIdentifier &key) |
| Connection * | getConnection (const ConnectionIdentifier &id) |
| Connection * | getConnection (int fd) |
| void | processClose (int fd) |
| void | processDup (int oldfd, int newfd) |
| void | list () |
| void | serialize (jalib::JBinarySerializer &o) |
| void | eventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
| virtual void | scanForPreExisting () |
| virtual void | preLockSaveOptions () |
| virtual void | preCkptFdLeaderElection () |
| virtual void | drain () |
| virtual void | preCkpt () |
| virtual void | postRestart () |
| virtual void | registerNSData (bool isRestart) |
| virtual void | sendQueries (bool isRestart) |
| virtual void | refill (bool isRestart) |
| virtual void | resume (bool isRestart) |
| void | registerIncomingCons () |
| void | determineOutgoingCons () |
| void | sendReceiveMissingFds () |
Static Public Member Functions | |
| static EventConnList & | instance () |
Additional Inherited Members | |
Public Types inherited from dmtcp::ConnectionList | |
| typedef map < ConnectionIdentifier, Connection * >::iterator | iterator |
Protected Member Functions inherited from dmtcp::ConnectionList | |
| iterator | begin () |
| iterator | end () |
Definition at line 9 of file eventconnlist.h.
|
virtual |
Implements dmtcp::ConnectionList.
Definition at line 33 of file eventconnlist.cpp.
|
static |
Definition at line 25 of file eventconnlist.cpp.
|
inlinevirtual |
Implements dmtcp::ConnectionList.
Definition at line 12 of file eventconnlist.h.
1.8.4