DMTCP
|
#include <sys/ioctl.h>
#include <unistd.h>
#include <sys/file.h>
#include <sys/mman.h>
#include <sys/sem.h>
#include <iostream>
#include <ios>
#include <fstream>
#include "util.h"
#include "dmtcp.h"
#include "shareddata.h"
#include "jassert.h"
#include "jfilesystem.h"
#include "jconvert.h"
#include "jserialize.h"
#include "sysvipc.h"
#include "sysvipcwrappers.h"
Go to the source code of this file.
Functions | |
void | dmtcp_event_hook (DmtcpEvent_t event, DmtcpEventData_t *data) |
void dmtcp_event_hook | ( | DmtcpEvent_t | event, |
DmtcpEventData_t * | data | ||
) |
Definition at line 93 of file sysvipc.cpp.