DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
ipc.h File Reference
#include <dirent.h>
#include <sys/types.h>
#include <linux/version.h>
#include "dmtcp.h"

Go to the source code of this file.

Macros

#define DMTCP_IPC_H
 
#define HANDSHAKE_SIGNATURE_MSG   "DMTCP_SOCK_HANDSHAKE_V0\n"
 
#define CONNECTION_ID_START   99000
 
#define DEV_ZERO_DELETED_STR   "/dev/zero (deleted)"
 
#define DEV_NULL_DELETED_STR   "/dev/null (deleted)"
 
#define DRAINER_CHECK_FREQ   0.1
 
#define DRAINER_WARNING_FREQ   10
 
#define HANDSHAKE_ON_CONNECT   0
 
#define HANDSHAKE_ON_CHECKPOINT   1
 
#define _real_socket   NEXT_FNC(socket)
 
#define _real_bind   NEXT_FNC(bind)
 
#define _real_close   NEXT_FNC(close)
 
#define _real_fclose   NEXT_FNC(fclose)
 
#define _real_closedir   NEXT_FNC(closedir)
 
#define _real_dup   NEXT_FNC(dup)
 
#define _real_dup2   NEXT_FNC(dup2)
 
#define _real_fcntl   NEXT_FNC(fcntl)
 
#define _real_select   NEXT_FNC(select)
 
#define _real_pthread_mutex_lock   NEXT_FNC(pthread_mutex_lock)
 
#define _real_pthread_mutex_unlock   NEXT_FNC(pthread_mutex_unlock)
 

Macro Definition Documentation

#define _real_bind   NEXT_FNC(bind)

Definition at line 45 of file ipc.h.

#define _real_close   NEXT_FNC(close)

Definition at line 46 of file ipc.h.

#define _real_closedir   NEXT_FNC(closedir)

Definition at line 48 of file ipc.h.

#define _real_dup   NEXT_FNC(dup)

Definition at line 49 of file ipc.h.

#define _real_dup2   NEXT_FNC(dup2)

Definition at line 50 of file ipc.h.

#define _real_fclose   NEXT_FNC(fclose)

Definition at line 47 of file ipc.h.

#define _real_fcntl   NEXT_FNC(fcntl)

Definition at line 55 of file ipc.h.

#define _real_pthread_mutex_lock   NEXT_FNC(pthread_mutex_lock)

Definition at line 57 of file ipc.h.

#define _real_pthread_mutex_unlock   NEXT_FNC(pthread_mutex_unlock)

Definition at line 58 of file ipc.h.

#define _real_select   NEXT_FNC(select)

Definition at line 56 of file ipc.h.

#define _real_socket   NEXT_FNC(socket)

Definition at line 44 of file ipc.h.

#define CONNECTION_ID_START   99000

Definition at line 32 of file ipc.h.

#define DEV_NULL_DELETED_STR   "/dev/null (deleted)"

Definition at line 35 of file ipc.h.

#define DEV_ZERO_DELETED_STR   "/dev/zero (deleted)"

Definition at line 34 of file ipc.h.

#define DMTCP_IPC_H

Definition at line 24 of file ipc.h.

#define DRAINER_CHECK_FREQ   0.1

Definition at line 37 of file ipc.h.

#define DRAINER_WARNING_FREQ   10

Definition at line 38 of file ipc.h.

#define HANDSHAKE_ON_CHECKPOINT   1

Definition at line 42 of file ipc.h.

#define HANDSHAKE_ON_CONNECT   0

Definition at line 41 of file ipc.h.

#define HANDSHAKE_SIGNATURE_MSG   "DMTCP_SOCK_HANDSHAKE_V0\n"

Definition at line 31 of file ipc.h.