Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make SIMIX_wake_processes a method of simix_global
[simgrid.git] / src / simix / smx_private.hpp
index bc6f129..c1cb4fc 100644 (file)
@@ -30,6 +30,7 @@ public:
    */
   void empty_trash();
   void run_all_actors();
+  void wake_all_waiting_actors();
 
   smx_context_factory_t context_factory = nullptr;
   std::vector<kernel::actor::ActorImpl*> actors_to_run;