Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S4U] Remove the const for now
[simgrid.git] / src / s4u / s4u_host.cpp
index 7c18d22..78e9b73 100644 (file)
@@ -188,7 +188,7 @@ void Host::getProcesses(std::vector<ActorPtr>* list)
 
 /** @brief Returns how many actors have been launched on this host */
 // FIXME: Specify whether the user should expect only non-daemon actors here!
-int Host::get_actor_count() const
+int Host::get_actor_count()
 {
   return this->extension<simgrid::simix::Host>()->process_list.size();
 }