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

Public GIT Repository
[mc] Remove the TODO about MC_dump_stacks()
[simgrid.git] / src / mc / PageStore.cpp
index 3289157eb9dbc9bbda165104647b7095c691f34e..8634716406332754effa353a5757014bf5165624 100644 (file)
@@ -9,14 +9,14 @@
 
 #include <sys/mman.h>
 
-#include <xbt.h>
+#include <xbt/base.h>
+#include <xbt/log.h>
+#include <xbt/sysdep.h>
 
 #include "src/mc/PageStore.hpp"
 
 #include "src/mc/mc_mmu.h"
 
-extern "C" {
-
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_page_snapshot, mc,
                                 "Logging specific to mc_page_snapshot");
 
@@ -230,5 +230,3 @@ XBT_TEST_UNIT("base", test_mc_page_store, "Test adding/removing pages in the sto
 }
 
 #endif /* SIMGRID_TEST */
-
-}