]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/s4u/Exec.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'issue99' into 'master'
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 09af6ea48c826047c77e4eb8b487baef6c7df076..14c173b6bf1fcec530832d0baec1fc4f62b692ff 100644 (file)
@@ -40,7 +40,7 @@ class XBT_PUBLIC Exec : public Activity_T<Exec> {
 protected:
   explicit Exec(kernel::activity::ExecImplPtr pimpl);
 
-  void reset();
+  void reset() const;
 
 public:
 #ifndef DOXYGEN
@@ -85,8 +85,6 @@ public:
 
   Host* get_host() const;
   unsigned int get_host_number() const;
-  double get_start_time() const;
-  double get_finish_time() const;
   double get_cost() const;
   bool is_parallel() const { return parallel_; }
   bool is_assigned() const override;