Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate SIMIX_is_maestro
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 76ba654..935187e 100644 (file)
@@ -152,6 +152,7 @@ public:
 
   /** Returns whether or not this actor has been daemonized or not **/
   bool is_daemon() const;
+  static bool is_maestro();
 
   /** Retrieves the name of that actor as a C++ string */
   const simgrid::xbt::string& get_name() const;