Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] FIXME MC_cut()
[simgrid.git] / src / mc / mc_client_api.cpp
index bd2482d..d362072 100644 (file)
@@ -38,6 +38,9 @@ void MC_assert(int prop)
 
 void MC_cut(void)
 {
+  // FIXME, this is a function called in the model-checked
+  // but the variable must be set in the model-checker.
+  // We should send a message here instead.
   user_max_depth_reached = 1;
 }