Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] same field order for all specific event structures
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 28 Dec 2010 23:19:46 +0000 (23:19 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 28 Dec 2010 23:19:46 +0000 (23:19 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9324 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/instr/instr_paje_trace.c

index 4bd2081..d325846 100644 (file)
@@ -115,13 +115,12 @@ typedef struct s_popState *popState_t;
 typedef struct s_popState {
   container_t container;
   type_t type;
 typedef struct s_popState {
   container_t container;
   type_t type;
-  char *value;
 }s_popState_t;
 
 typedef struct s_startLink *startLink_t;
 typedef struct s_startLink {
 }s_popState_t;
 
 typedef struct s_startLink *startLink_t;
 typedef struct s_startLink {
-  type_t type;
   container_t container;
   container_t container;
+  type_t type;
   container_t sourceContainer;
   char *value;
   char *key;
   container_t sourceContainer;
   char *value;
   char *key;
@@ -129,8 +128,8 @@ typedef struct s_startLink {
 
 typedef struct s_endLink *endLink_t;
 typedef struct s_endLink {
 
 typedef struct s_endLink *endLink_t;
 typedef struct s_endLink {
-  type_t type;
   container_t container;
   container_t container;
+  type_t type;
   container_t destContainer;
   char *value;
   char *key;
   container_t destContainer;
   char *value;
   char *key;
@@ -138,8 +137,8 @@ typedef struct s_endLink {
 
 typedef struct s_newEvent *newEvent_t;
 typedef struct s_newEvent {
 
 typedef struct s_newEvent *newEvent_t;
 typedef struct s_newEvent {
-  type_t type;
   container_t container;
   container_t container;
+  type_t type;
   char *value;
 }s_newEvent_t;
 
   char *value;
 }s_newEvent_t;