#include <vector>
#include <sys/types.h>
#include <sys/socket.h>
#include <map>
#include <sys/stat.h>
#include <unistd.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/sem.h>
#include <sys/msg.h>
#include "dmtcpalloc.h"
#include "jbuffer.h"
#include "jserialize.h"
#include "jassert.h"
#include "jconvert.h"
#include "jalloc.h"
#include "virtualidtable.h"
#include "shareddata.h"
#include "sysvipcwrappers.h"
Go to the source code of this file.
#define REAL_TO_VIRTUAL_MSQ_ID |
( |
|
id) | |
SysVMsq::instance().realToVirtualId(id) |
#define REAL_TO_VIRTUAL_SEM_ID |
( |
|
id) | |
SysVSem::instance().realToVirtualId(id) |
#define REAL_TO_VIRTUAL_SHM_ID |
( |
|
id) | |
SysVShm::instance().realToVirtualId(id) |
#define VIRTUAL_TO_REAL_MSQ_ID |
( |
|
id) | |
SysVMsq::instance().virtualToRealId(id) |
#define VIRTUAL_TO_REAL_SEM_ID |
( |
|
id) | |
SysVSem::instance().virtualToRealId(id) |
#define VIRTUAL_TO_REAL_SHM_ID |
( |
|
id) | |
SysVShm::instance().virtualToRealId(id) |