Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake_case s4u::Activity
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 43a0031..b62467b 100644 (file)
@@ -34,7 +34,7 @@ public:
   ExecPtr setHost(Host * host);
   Host* getHost() { return host_; }
 
-  double getRemains() override;
+  double get_remaining() override;
   double getRemainingRatio();
 
 private: