Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC does not need a mc_value_ in the simcall anymore
[simgrid.git] / src / kernel / actor / SimcallObserver.hpp
index f489e0c..0bba980 100644 (file)
@@ -31,6 +31,7 @@ public:
 
   /** Returns the amount of time that this transition can be used.
    *
+   * If it's 0, the transition is not enabled.
    * If it's 1 (as with send/wait), there is no need to fork the state space exploration on this point.
    * If it's more than one (as with mc_random or waitany), we need to consider this transition several times to start
    * differing branches