DMTCP
|
#include <unistd.h>
#include <sys/syscall.h>
#include "util.h"
#include "protectedfds.h"
#include "jfilesystem.h"
#include "socketconnection.h"
#include "socketconnlist.h"
#include "kernelbufferdrainer.h"
#include "connectionrewirer.h"
Go to the source code of this file.
Functions | |
void | dmtcp_SocketConnList_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
void | dmtcp_SocketConn_ProcessFdEvent (int event, int arg1, int arg2) |
void dmtcp_SocketConn_ProcessFdEvent | ( | int | event, |
int | arg1, | ||
int | arg2 | ||
) |
Definition at line 23 of file socketconnlist.cpp.
void dmtcp_SocketConnList_EventHook | ( | DmtcpEvent_t | event, |
DmtcpEventData_t * | data | ||
) |
Definition at line 18 of file socketconnlist.cpp.