DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros | Typedefs
mtcp_header.h File Reference
#include "ldt.h"

Go to the source code of this file.

Classes

struct  _ThreadTLSInfo
 
union  _MtcpHeader
 

Macros

#define MYINFO_GS_T   unsigned int
 
#define MTCP_SIGNATURE   "MTCP_HEADER_v2.2\n"
 
#define MTCP_SIGNATURE_LEN   32
 

Typedefs

typedef struct _ThreadTLSInfo ThreadTLSInfo
 
typedef union _MtcpHeader MtcpHeader
 

Macro Definition Documentation

#define MTCP_SIGNATURE   "MTCP_HEADER_v2.2\n"

Definition at line 39 of file mtcp_header.h.

#define MTCP_SIGNATURE_LEN   32

Definition at line 40 of file mtcp_header.h.

#define MYINFO_GS_T   unsigned int

Definition at line 31 of file mtcp_header.h.

Typedef Documentation

typedef union _MtcpHeader MtcpHeader
typedef struct _ThreadTLSInfo ThreadTLSInfo