Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change the default value of maxmin/concurrency_limit to -1 (+cosmetics)
[simgrid.git] / src / s4u / s4u_engine.cpp
index 2980b68..0906e7d 100644 (file)
@@ -23,6 +23,8 @@ XBT_LOG_NEW_CATEGORY(s4u,"Log channels of the S4U (Simgrid for you) interface");
 
 namespace simgrid {
 namespace s4u {
+xbt::signal<void()> onPlatformCreated;
+xbt::signal<void()> onSimulationEnd;
 
 Engine *Engine::instance_ = nullptr; /* That singleton is awful, but I don't see no other solution right now. */