X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5652f475d35a3d6505bed5102ac5162e19044a2..2c35f563c1eb2624079c12f7ab27453e809ff599:/include/simgrid/s4u/Host.hpp diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index 48870a8fce..e28a95bebf 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -115,6 +115,8 @@ public: void set_pstate(int pstate_index); int get_pstate() const; + std::vector get_disks() const; + std::vector get_attached_storages() const; /** Get an associative list [mount point]->[Storage] of all local mount points. @@ -125,7 +127,9 @@ public: void route_to(Host* dest, std::vector& links, double* latency); void route_to(Host* dest, std::vector& links, double* latency); + void send_to(Host* dest, double byte_amount); + NetZone* get_englobing_zone(); /** Block the calling actor on an execution located on the called host * * It is not a problem if the actor is not located on the called host.