|
DMTCP
|
#include <sys/types.h>#include <sys/stat.h>#include <sys/socket.h>#include <sys/syscall.h>#include <sys/mman.h>#include <unistd.h>#include <mqueue.h>#include <stdint.h>#include <signal.h>#include "procselfmaps.h"#include "util.h"#include "shareddata.h"#include "jfilesystem.h"#include "jbuffer.h"#include "jconvert.h"#include "fileconnection.h"#include "fileconnlist.h"#include "filewrappers.h"Go to the source code of this file.
Functions | |
| void | dmtcp_FileConnList_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
| void | dmtcp_FileConn_ProcessFdEvent (int event, int arg1, int arg2) |
| void dmtcp_FileConn_ProcessFdEvent | ( | int | event, |
| int | arg1, | ||
| int | arg2 | ||
| ) |
Definition at line 91 of file fileconnlist.cpp.
| void dmtcp_FileConnList_EventHook | ( | DmtcpEvent_t | event, |
| DmtcpEventData_t * | data | ||
| ) |
Definition at line 81 of file fileconnlist.cpp.
1.8.4