Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use _exit() in fork()-ed process
[simgrid.git] / src / mc / mc_visited.cpp
index 54ea67b..e87f274 100644 (file)
 #include "src/mc/Process.hpp"
 #include "src/mc/mc_smx.h"
 
-extern "C" {
-
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_visited, mc,
                                 "Logging specific to state equaity detection mechanisms");
 
-}
-
 namespace simgrid {
 namespace mc {