Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : get hash of local and global variables which are not pointers
[simgrid.git] / include / instr / jedule / jedule_events.h
index 9ea2893..1a665a8 100644 (file)
 #ifdef HAVE_JEDULE
 
 struct jed_event {
-       int event_id;
-       char *name;
-       double start_time;
-       double end_time;
-       char *type;
-       xbt_dynar_t resource_subsets;
-       xbt_dynar_t characteristics_list; /* just a list of names (strings) */
-       xbt_dict_t info_hash;     /* key/value pairs */
+  int event_id;
+  char *name;
+  double start_time;
+  double end_time;
+  char *type;
+  xbt_dynar_t resource_subsets;
+  xbt_dynar_t characteristics_list; /* just a list of names (strings) */
+  xbt_dict_t info_hash;     /* key/value pairs */
 };
 
 typedef struct jed_event s_jed_event_t, *jed_event_t;