Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : ignore stack areas in heap comparison algorithm for the comparison...
[simgrid.git] / src / include / mc / datatypes.h
index da5a3ca..dba1759 100644 (file)
@@ -21,5 +21,10 @@ typedef struct s_mc_ignore_region{
   size_t size;
 }s_mc_ignore_region_t, *mc_ignore_region_t;
 
+typedef struct s_stack_region{
+  void *address;
+  char *process_name;
+}s_stack_region_t, *stack_region_t;
+
 SG_END_DECL()
 #endif                          /* _MC_MC_H */