X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a079e3dc709da8d145a2569fa0b0322f1d3b0395..9ea179ce187f56df358fc6f69c3e721b330df272:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index 7af3255fe6..463043e99d 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -69,6 +69,8 @@ public: simgrid::xbt::string const& name() const { return name_; } const char* cname() { return name_.c_str(); } + void actorList(std::vector * whereto); + /** Turns that host on if it was previously off * * All actors on that host which were marked autorestart will be restarted automatically.