]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/s4u/Actor.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] bunch of const
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 76ba6541337419eb51f219d50e9c7b6d0b88d8f9..935187e9684fb6bd6d6b4558922a7c726590fd6c 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;