Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar
[simgrid.git] / include / simgrid / simix.hpp
index 9b48240..0da87db 100644 (file)
@@ -91,7 +91,7 @@ XBT_PUBLIC(void) registerFunction(const char* name, ActorCodeFactory factory);
  *
  * If these functions manage to unlock some of the processes, then the deadlock will be avoided.
  */
  *
  * If these functions manage to unlock some of the processes, then the deadlock will be avoided.
  */
-extern simgrid::xbt::signal<void(void)> onDeadlock;
+extern simgrid::xbt::signal<void()> onDeadlock;
 }
 }
 
 }
 }