Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'add_remaining_comm_sync_bindings' into 'master'
[simgrid.git] / src / s4u / s4u_Actor.cpp
index 1d563c4f56ab7931bb1a0e9974598e74694cffa4..7206d09c654f89952b9765be5b959b1cb150f543 100644 (file)
@@ -137,7 +137,7 @@ Actor* Actor::set_auto_restart(bool autorestart)
   });
   return this;
 }
-int Actor::get_restart_count()
+int Actor::get_restart_count() const
 {
   return pimpl_->get_restart_count();
 }