X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28874d42ad02de8c1ec9d26b34086b377371d2c1..8d9b5170925fd2a7873c619c5d6cdff8616f9bfc:/include/simgrid/s4u/Host.hpp diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index 834944e8f4..eee859606a 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -176,7 +176,7 @@ public: * @brief Seal this host * No more configuration is allowed after the seal */ - void seal(); + Host* seal(); #ifndef DOXYGEN XBT_ATTRIB_DEPRECATED_v331("Please use Comm::sendto()") void sendto(Host* dest, double byte_amount);