DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
_MtcpHeader Union Reference

#include <mtcp_header.h>

Public Attributes

struct {
   char   signature [MTCP_SIGNATURE_LEN]
 
   void *   saved_brk
 
   void *   restore_addr
 
   size_t   restore_size
 
   void *   vdsoStart
 
   void *   vdsoEnd
 
   void *   vvarStart
 
   void *   vvarEnd
 
   void(*   post_restart )()
 
   ThreadTLSInfo   motherofall_tls_info
 
   int   tls_pid_offset
 
   int   tls_tid_offset
 
   MYINFO_GS_T   myinfo_gs
 
}; 
 
char _padding [4096]
 

Detailed Description

Definition at line 41 of file mtcp_header.h.

Member Data Documentation

struct { ... }
char _MtcpHeader::_padding[4096]

Definition at line 58 of file mtcp_header.h.

ThreadTLSInfo _MtcpHeader::motherofall_tls_info

Definition at line 52 of file mtcp_header.h.

MYINFO_GS_T _MtcpHeader::myinfo_gs

Definition at line 55 of file mtcp_header.h.

void(* _MtcpHeader::post_restart)()

Definition at line 51 of file mtcp_header.h.

void* _MtcpHeader::restore_addr

Definition at line 45 of file mtcp_header.h.

size_t _MtcpHeader::restore_size

Definition at line 46 of file mtcp_header.h.

void* _MtcpHeader::saved_brk

Definition at line 44 of file mtcp_header.h.

char _MtcpHeader::signature[MTCP_SIGNATURE_LEN]

Definition at line 43 of file mtcp_header.h.

int _MtcpHeader::tls_pid_offset

Definition at line 53 of file mtcp_header.h.

int _MtcpHeader::tls_tid_offset

Definition at line 54 of file mtcp_header.h.

void* _MtcpHeader::vdsoEnd

Definition at line 48 of file mtcp_header.h.

void* _MtcpHeader::vdsoStart

Definition at line 47 of file mtcp_header.h.

void* _MtcpHeader::vvarEnd

Definition at line 50 of file mtcp_header.h.

void* _MtcpHeader::vvarStart

Definition at line 49 of file mtcp_header.h.


The documentation for this union was generated from the following file: