X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4726ff9f4d1f2ad684ed2f9b4daeee02306cf63d..5410c0dedd6e07e55c0a74a0664d1f8a73d69c1e:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index ed143b8836..5c081d2b9a 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -279,6 +279,7 @@ public: void getParams(vm_params_t params); /** @brief Sets the params of that VM/PM */ void setParams(vm_params_t params); + simgrid::Host* getHost() { return p_host; } private: s_vm_params_t p_params; };