Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the properties as argument to NetZoneImpl->createHost
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 12 Jan 2017 16:53:02 +0000 (17:53 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 14 Jan 2017 00:54:17 +0000 (01:54 +0100)
commit745de4b9b7e938a60ebc8a57286f795bd7ca112d
tree0dec01369c96b10a4331493316754f72087a4417
parent7ad273d7c9193af5218240d976212f4aaa70f350
add the properties as argument to NetZoneImpl->createHost

This allows to incorporate the onHostCreation to that function instead
of having each host creator specifying that they just created an host

This was mandatory because the plugin energy needs the properties to
be setup when the signal is called.
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/NetZoneImpl.hpp
src/s4u/s4u_host.cpp
src/surf/sg_platf.cpp