X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7fc148e54129356298bb2708d9681b66d1d36330..beaf98d147d698475be5ffc547c2e3935e7f42a3:/src/s4u/s4u_engine.cpp diff --git a/src/s4u/s4u_engine.cpp b/src/s4u/s4u_engine.cpp index 0434602c9f..5734a1f680 100644 --- a/src/s4u/s4u_engine.cpp +++ b/src/s4u/s4u_engine.cpp @@ -81,7 +81,7 @@ void Engine::loadDeployment(const char *deploy) // FIXME: The following duplicates the content of s4u::Host extern std::map host_list; /** @brief Returns the amount of hosts in the platform */ -unsigned int Engine::hostCount() +size_t Engine::hostCount() { return host_list.size(); }