Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
priority and bound of MSG tasks can only be set BEFORE execution
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
index cda277c..38cedad 100644 (file)
@@ -26,8 +26,8 @@ public:
   void finish() override;
   double get_remaining();
   double get_remaining_ratio();
-  void set_bound(double bound);
-  void set_priority(double priority);
+  void set_bound(double bound);       // deprecated. To be removed in v3.25
+  void set_priority(double priority); // deprecated. To be removed in v3.25
   virtual ActivityImpl* migrate(s4u::Host* to);
 
   /* The host where the execution takes place. nullptr means this is a parallel exec (and only surf knows the hosts) */