X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5fdfd655eb2532734bad27bcfd026c0ee97486da..d21feacc9eab1017d4e5b9d989a5c68c89d1f47c:/src/kernel/activity/ExecImpl.hpp diff --git a/src/kernel/activity/ExecImpl.hpp b/src/kernel/activity/ExecImpl.hpp index cda277cd9b..38cedadf04 100644 --- a/src/kernel/activity/ExecImpl.hpp +++ b/src/kernel/activity/ExecImpl.hpp @@ -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) */