X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7fc148e54129356298bb2708d9681b66d1d36330..beaf98d147d698475be5ffc547c2e3935e7f42a3:/include/simgrid/s4u/engine.hpp diff --git a/include/simgrid/s4u/engine.hpp b/include/simgrid/s4u/engine.hpp index 9a1a5d98c9..22ef7dc2bd 100644 --- a/include/simgrid/s4u/engine.hpp +++ b/include/simgrid/s4u/engine.hpp @@ -57,7 +57,7 @@ public: /** @brief Load a deployment file and launch the actors that it contains */ void loadDeployment(const char *deploy); - unsigned int hostCount(); + size_t hostCount(); void hostList(std::vector*); /** @brief Run the simulation */