]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/mmalloc/mmprivate.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redundant test.
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index 155d4cef2237939467cbbbe3455d1bcaac2413e8..37e4ea718d511c5bd207e51e029ba96301b258ce 100644 (file)
@@ -110,6 +110,7 @@ struct mstats
 };
 
 typedef struct s_heap_area{
+  int valid;
   int block;
   int fragment;
 }s_heap_area_t, *heap_area_t;