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

Public GIT Repository
[mc] Remove soft dirty page tracking
[simgrid.git] / src / mc / mc_page_store.cpp
index 222f3a7eff09584b7afa03b41e3359b6192f1a23..db4bc051b619501710c1b5e99377fd5e219f46a7 100644 (file)
@@ -21,6 +21,8 @@
 
 #include "mc_mmu.h"
 
+extern "C" {
+
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_page_snapshot, mc,
                                 "Logging specific to mc_page_snapshot");
 
@@ -280,3 +282,5 @@ XBT_TEST_UNIT("base", test_mc_page_store, "Test adding/removing pages in the sto
 }
 
 #endif /* SIMGRID_TEST */
+
+}