#include <socketconnection.h>
Definition at line 41 of file socketconnection.h.
| Enumerator |
|---|
| PEER_UNKNOWN |
|
| PEER_INTERNAL |
|
| PEER_EXTERNAL |
|
Definition at line 44 of file socketconnection.h.
| dmtcp::SocketConnection::SocketConnection |
( |
) | |
|
|
inline |
| SocketConnection::SocketConnection |
( |
int |
domain, |
|
|
int |
type, |
|
|
int |
protocol |
|
) |
| |
| void SocketConnection::addSetsockopt |
( |
int |
level, |
|
|
int |
option, |
|
|
const char * |
value, |
|
|
int |
len |
|
) |
| |
| uint32_t dmtcp::SocketConnection::peerType |
( |
) | |
const |
|
inline |
| void SocketConnection::restoreSocketOptions |
( |
vector< int32_t > & |
fds) | |
|
| void SocketConnection::serialize |
( |
jalib::JBinarySerializer & |
o) | |
|
| int dmtcp::SocketConnection::sockDomain |
( |
) | |
const |
|
inline |
| uint32_t dmtcp::SocketConnection::_peerType |
|
protected |
| int64_t dmtcp::SocketConnection::_sockDomain |
|
protected |
| map< int64_t, map<int64_t, jalib::JBuffer> > dmtcp::SocketConnection::_sockOptions |
|
protected |
| int64_t dmtcp::SocketConnection::_sockProtocol |
|
protected |
| int64_t dmtcp::SocketConnection::_sockType |
|
protected |
The documentation for this class was generated from the following files: