|
DMTCP
|
#include <stdlib.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/ipc.h>#include "constants.h"#include "protectedfds.h"#include "dmtcpalloc.h"#include "uniquepid.h"#include "syscallwrappers.h"#include "util.h"#include "membarrier.h"#include "coordinatorapi.h"#include "shareddata.h"#include "../jalib/jassert.h"#include "../jalib/jconvert.h"Go to the source code of this file.
Macros | |
| #define | SHM_MAX_SIZE (sizeof(SharedData::Header)) |
Functions | |
| void | dmtcp_SharedData_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
| #define SHM_MAX_SIZE (sizeof(SharedData::Header)) |
Definition at line 40 of file shareddata.cpp.
| void dmtcp_SharedData_EventHook | ( | DmtcpEvent_t | event, |
| DmtcpEventData_t * | data | ||
| ) |
Definition at line 47 of file shareddata.cpp.
1.8.4