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 2a9d3053bd5657e41c3c62c051caaa15545c744e..ea09d3e690fd5bbc8910cee950ce3fb3e0a1d596 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:
   simgrid::kernel::EngineImpl* pimpl;
 
 private: