Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename a field and slightly improve the doc
[simgrid.git] / src / mc / mc_global.cpp
index b1e8b480d2cbd95857c55393428cacf197777960..76a2af2cfa7b43faa242bd7ed0c726305e78b6a2 100644 (file)
@@ -478,7 +478,7 @@ void MC_automaton_load(const char *file)
 }
 
 // TODO, fix cross-process access (this function is not used)
 }
 
 // TODO, fix cross-process access (this function is not used)
-void MC_dump_stacks(FILE* file)
+static void MC_dump_stacks(FILE* file)
 {
   int nstack = 0;
   for (auto const& stack : mc_model_checker->process().stack_areas()) {
 {
   int nstack = 0;
   for (auto const& stack : mc_model_checker->process().stack_areas()) {