From: Martin Quinson Date: Tue, 8 May 2018 17:51:26 +0000 (+0200) Subject: fix a FIXME X-Git-Tag: v3.20~267^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8a1c8b4f6c114eec0aab983ea2fbb019d4d7be04 fix a FIXME --- diff --git a/src/s4u/s4u_Host.cpp b/src/s4u/s4u_Host.cpp index 906f7a0365..9b39fd2e66 100644 --- a/src/s4u/s4u_Host.cpp +++ b/src/s4u/s4u_Host.cpp @@ -190,8 +190,7 @@ void Host::getProcesses(std::vector* list) } } -/** @brief Returns how many actors have been launched on this host */ -// FIXME: Specify whether the user should expect only non-daemon actors here! +/** @brief Returns how many actors (daemonized or not) have been launched on this host */ int Host::get_actor_count() { return this->extension()->process_list.size();