Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to avoid that others fall into the trap where I was yesterday
[simgrid.git] / include / simgrid / s4u / engine.hpp
index 2a9d305..ea09d3e 100644 (file)
@@ -102,6 +102,9 @@ public:
     });
   }
 
+  /** Returns whether SimGrid was initialized yet -- mostly for internal use */
+  static bool isInitialized();
+
   simgrid::kernel::EngineImpl* pimpl;
 
 private: