|
DMTCP
|
#include <unistd.h>#include <sys/syscall.h>#include "eventconnection.h"#include "eventconnlist.h"Go to the source code of this file.
Functions | |
| void | dmtcp_EventConnList_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
| void | dmtcp_EventConn_ProcessFdEvent (int event, int arg1, int arg2) |
| void dmtcp_EventConn_ProcessFdEvent | ( | int | event, |
| int | arg1, | ||
| int | arg2 | ||
| ) |
Definition at line 12 of file eventconnlist.cpp.
| void dmtcp_EventConnList_EventHook | ( | DmtcpEvent_t | event, |
| DmtcpEventData_t * | data | ||
| ) |
Definition at line 7 of file eventconnlist.cpp.
1.8.4