Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move item in the right section.
[simgrid.git] / include / simgrid / simix.hpp
index d6731a9..06a9e30 100644 (file)
@@ -75,11 +75,6 @@ typedef std::function<ActorCode(std::vector<std::string> args)> ActorCodeFactory
 
 XBT_PUBLIC void register_function(const char* name, ActorCodeFactory factory);
 
-/** These functions will be called when we detect a deadlock: any remaining process is locked on an action
- *
- * If these functions manage to unlock some of the processes, then the deadlock will be avoided.
- */
-XBT_PUBLIC_DATA simgrid::xbt::signal<void()> onDeadlock;
 }
 }