#include <unistd.h>
#include <sys/syscall.h>
#include <sys/errno.h>
#include <linux/version.h>
#include "dmtcp.h"
#include "jassert.h"
#include "ipc.h"
Go to the source code of this file.
|
void | dmtcp_SSH_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_FileConnList_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_SocketConnList_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_EventConnList_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_FileConn_ProcessFdEvent (int event, int arg1, int arg2) |
|
void | dmtcp_SocketConn_ProcessFdEvent (int event, int arg1, int arg2) |
|
void | dmtcp_EventConn_ProcessFdEvent (int event, int arg1, int arg2) |
|
void | dmtcp_event_hook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | process_fd_event (int event, int arg1, int arg2=-1) |
|
int | close (int fd) |
|
int | fclose (FILE *fp) |
|
int | closedir (DIR *dir) |
|
int | dup (int oldfd) |
|
int | dup2 (int oldfd, int newfd) |
|
int closedir |
( |
DIR * |
dir) | |
|
void dmtcp_EventConn_ProcessFdEvent |
( |
int |
event, |
|
|
int |
arg1, |
|
|
int |
arg2 |
|
) |
| |
void dmtcp_FileConn_ProcessFdEvent |
( |
int |
event, |
|
|
int |
arg1, |
|
|
int |
arg2 |
|
) |
| |
void dmtcp_SocketConn_ProcessFdEvent |
( |
int |
event, |
|
|
int |
arg1, |
|
|
int |
arg2 |
|
) |
| |
int dup2 |
( |
int |
oldfd, |
|
|
int |
newfd |
|
) |
| |
void process_fd_event |
( |
int |
event, |
|
|
int |
arg1, |
|
|
int |
arg2 = -1 |
|
) |
| |