Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s4u: allows full single-line initialization
[simgrid.git] / include / simgrid / s4u / Host.hpp
index 834944e..eee8596 100644 (file)
@@ -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);