DMTCP
|
#include <connectionrewirer.h>
Classes | |
struct | RemoteAddr |
Public Member Functions | |
void | openRestoreSocket (bool hasIPv4, bool hasIPv6, bool hasUNIX) |
void | registerIncoming (const ConnectionIdentifier &local, Connection *con, int domain) |
void | registerOutgoing (const ConnectionIdentifier &remote, Connection *con) |
void | registerNSData () |
void | sendQueries () |
void | doReconnect () |
void | checkForPendingIncoming (int restoreSockFd, ConnectionListT *conList) |
void | debugPrint () const |
Static Public Member Functions | |
static ConnectionRewirer & | instance () |
static void | destroy () |
Definition at line 36 of file connectionrewirer.h.
void ConnectionRewirer::checkForPendingIncoming | ( | int | restoreSockFd, |
ConnectionListT * | conList | ||
) |
Definition at line 81 of file connectionrewirer.cpp.
void dmtcp::ConnectionRewirer::debugPrint | ( | ) | const |
|
static |
Definition at line 70 of file connectionrewirer.cpp.
void ConnectionRewirer::doReconnect | ( | ) |
Definition at line 104 of file connectionrewirer.cpp.
|
static |
Definition at line 62 of file connectionrewirer.cpp.
void ConnectionRewirer::openRestoreSocket | ( | bool | hasIPv4, |
bool | hasIPv6, | ||
bool | hasUNIX | ||
) |
Definition at line 153 of file connectionrewirer.cpp.
void ConnectionRewirer::registerIncoming | ( | const ConnectionIdentifier & | local, |
Connection * | con, | ||
int | domain | ||
) |
Definition at line 224 of file connectionrewirer.cpp.
void ConnectionRewirer::registerNSData | ( | ) |
Definition at line 256 of file connectionrewirer.cpp.
void ConnectionRewirer::registerOutgoing | ( | const ConnectionIdentifier & | remote, |
Connection * | con | ||
) |
Definition at line 249 of file connectionrewirer.cpp.
void ConnectionRewirer::sendQueries | ( | ) |
Definition at line 289 of file connectionrewirer.cpp.