Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused typedefs.
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
index f58d3c2..24f8467 100644 (file)
@@ -24,10 +24,10 @@ public:
   void post() override;
   double remains();
   double remainingRatio();
+  void setBound(double bound);
   virtual ActivityImpl* migrate(s4u::Host* to);
 
-  /* The host where the execution takes place. If nullptr, then this is a parallel exec (and only surf
-                  knows the hosts) */
+  /* The host where the execution takes place. nullptr means this is a parallel exec (and only surf knows the hosts) */
   sg_host_t host_               = nullptr;
   surf_action_t surfAction_     = nullptr; /* The Surf execution action encapsulated */
   surf::Action* timeoutDetector = nullptr;