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

Public GIT Repository
[mc] Initial support MC record/replay
[simgrid.git] / src / mc / mc_mmu.h
index 7f601c1f25f418a1bde2f264e8c0f29a0a2833db..f188da7446079474e262fef16d16c43436c18102 100644 (file)
@@ -10,7 +10,8 @@
 #include <stdint.h>
 #include <stdbool.h>
 
-#include "mc_private.h"
+extern int xbt_pagesize;
+extern int xbt_pagebits;
 
 /** @brief How many memory pages are necessary to store size bytes?
  *