X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2bd9a37bbb72eac4ed613b3d6953aba6555e2e92..d97d6e19cb366fd112e63d56a9f411d968ee8670:/src/mc/mc_page_store.cpp diff --git a/src/mc/mc_page_store.cpp b/src/mc/mc_page_store.cpp index 222f3a7eff..db4bc051b6 100644 --- a/src/mc/mc_page_store.cpp +++ b/src/mc/mc_page_store.cpp @@ -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 */ + +}