Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
%ZUt, again
[simgrid.git] / src / s4u / s4u_engine.cpp
index 0434602..5734a1f 100644 (file)
@@ -81,7 +81,7 @@ void Engine::loadDeployment(const char *deploy)
 // FIXME: The following duplicates the content of s4u::Host
 extern std::map<std::string, simgrid::s4u::Host*> host_list;
 /** @brief Returns the amount of hosts in the platform */
-unsigned int Engine::hostCount()
+size_t Engine::hostCount()
 {
   return host_list.size();
 }