]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/xml/platf_private.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
that's not a double
[simgrid.git] / src / surf / xml / platf_private.hpp
index d06bfe0171ac7c6d9fc76c1e345d89bf547bea49..71a639858fef4ef89d5782c7989960c110132cc4 100644 (file)
@@ -203,7 +203,8 @@ sg_platf_new_Zone_begin(const simgrid::kernel::routing::ZoneCreationArgs* zone);
 XBT_PUBLIC void sg_platf_new_Zone_set_properties(const std::unordered_map<std::string, std::string>* props);
 XBT_PUBLIC void sg_platf_new_Zone_seal();                                          // That Zone is fully described
 
-XBT_PUBLIC void sg_platf_new_host(simgrid::kernel::routing::HostCreationArgs* host);      // Add a host      to the current Zone
+XBT_PUBLIC void
+sg_platf_new_host(const simgrid::kernel::routing::HostCreationArgs* host); // Add a host to the current Zone
 XBT_PUBLIC void
 sg_platf_new_hostlink(const simgrid::kernel::routing::HostLinkCreationArgs* h); // Add a host_link to the current Zone
 XBT_PUBLIC void