X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2075838c45a56f2710e5e62ef3ceb7c67add6a31..c527cde5e1ee1bfe22dd33b3bbb77aaae8bcdcb1:/src/surf/HostImpl.hpp diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index d5d7933aff..56909eb1ed 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -69,19 +69,15 @@ public: /** * @brief Host constructor * - * @param model HostModel associated to this Host - * @param name The name of the Host * @param storage The Storage associated to this Host */ - HostImpl(HostModel* model, const char* name, xbt_dynar_t storage); + HostImpl(s4u::Host* host, xbt_dynar_t storage); /* Host destruction logic */ /**************************/ virtual ~HostImpl(); public: - void attach(simgrid::s4u::Host* host); - /** @brief Return the storage of corresponding mount point */ virtual simgrid::surf::Storage *findStorageOnMountList(const char* storage);