Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill simix::onDeadlock that was somewhat dupplicating s4u::on_deadlock
[simgrid.git] / include / simgrid / s4u / Engine.hpp
index 452d152..7f9c0ef 100644 (file)
@@ -266,7 +266,7 @@ extern XBT_PUBLIC xbt::signal<void()> on_simulation_end;
 /** Callback fired when the time jumps into the future */
 extern XBT_PUBLIC xbt::signal<void(double)> on_time_advance;
 
-/** Callback fired when the time cannot jump because of inter-actors deadlock */
+/** Callback fired when the time cannot advance because of inter-actors deadlock */
 extern XBT_PUBLIC xbt::signal<void(void)> on_deadlock;
 
 template <class T> XBT_PRIVATE void get_filtered_netzones_recursive(s4u::NetZone* current, std::vector<T*>* whereto)