DMTCP
|
#include <socketconnlist.h>
Public Member Functions | |
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 int | protectedFd () |
virtual void | scanForPreExisting () |
virtual Connection * | createDummyConnection (int type) |
![]() | |
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 | preLockSaveOptions () |
virtual void | preCkptFdLeaderElection () |
virtual void | resume (bool isRestart) |
void | registerIncomingCons () |
void | determineOutgoingCons () |
void | sendReceiveMissingFds () |
Static Public Member Functions | |
static SocketConnList & | instance () |
Additional Inherited Members | |
![]() | |
typedef map < ConnectionIdentifier, Connection * >::iterator | iterator |
![]() | |
iterator | begin () |
iterator | end () |
Definition at line 19 of file socketconnlist.h.
|
virtual |
Implements dmtcp::ConnectionList.
Definition at line 187 of file socketconnlist.cpp.
|
virtual |
Reimplemented from dmtcp::ConnectionList.
Definition at line 43 of file socketconnlist.cpp.
|
static |
Definition at line 35 of file socketconnlist.cpp.
|
virtual |
Reimplemented from dmtcp::ConnectionList.
Definition at line 108 of file socketconnlist.cpp.
|
virtual |
Reimplemented from dmtcp::ConnectionList.
Definition at line 67 of file socketconnlist.cpp.
|
inlinevirtual |
Implements dmtcp::ConnectionList.
Definition at line 29 of file socketconnlist.h.
|
virtual |
Reimplemented from dmtcp::ConnectionList.
Definition at line 133 of file socketconnlist.cpp.
|
virtual |
Reimplemented from dmtcp::ConnectionList.
Definition at line 115 of file socketconnlist.cpp.
|
virtual |
Reimplemented from dmtcp::ConnectionList.
Definition at line 139 of file socketconnlist.cpp.
|
virtual |
Reimplemented from dmtcp::ConnectionList.
Definition at line 123 of file socketconnlist.cpp.