Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow to set a tracing category for an Exec
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 6d647ff..d4411ef 100644 (file)
@@ -32,6 +32,7 @@ public:
   ExecPtr set_bound(double bound);
   ExecPtr set_host(Host* host);
   ExecPtr set_name(std::string name);
+  ExecPtr set_tracing_category(std::string category);
   Host* get_host();
 
   double get_remaining() override;