X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0fa053f89a0b5f34a050f4790925d9d63ac11073..9286635df68ffd6c2d5549867647eac7a3ceb81c:/include/simgrid/kernel/routing/NetZoneImpl.hpp?ds=sidebyside diff --git a/include/simgrid/kernel/routing/NetZoneImpl.hpp b/include/simgrid/kernel/routing/NetZoneImpl.hpp index ba1d690726..fd6aff2596 100644 --- a/include/simgrid/kernel/routing/NetZoneImpl.hpp +++ b/include/simgrid/kernel/routing/NetZoneImpl.hpp @@ -55,7 +55,7 @@ protected: public: /** @brief Make an host within that NetZone */ - simgrid::s4u::Host* create_host(const char* name, std::vector* speedPerPstate, int coreAmount, + simgrid::s4u::Host* create_host(const char* name, std::vector* speed_per_pstate, int core_count, std::map* props); /** @brief Creates a new route in this NetZone */ void add_bypass_route(NetPoint* src, NetPoint* dst, NetPoint* gw_src, NetPoint* gw_dst,