Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix mingw builds (?)
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 43a0031..a023a74 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <simgrid/forward.h>
 #include <simgrid/s4u/Activity.hpp>
-#include <simgrid/s4u/forward.hpp>
 
 #include <atomic>
 
@@ -34,7 +33,7 @@ public:
   ExecPtr setHost(Host * host);
   Host* getHost() { return host_; }
 
-  double getRemains() override;
+  double get_remaining() override;
   double getRemainingRatio();
 
 private: