X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24e3d7b3bb3312445ad0986fc67853995031bea0..745d02df84ff2e9960caca703623c156aaa80cf7:/src/surf/network_constant.cpp diff --git a/src/surf/network_constant.cpp b/src/surf/network_constant.cpp index e7a4195f2f..876546d1b4 100644 --- a/src/surf/network_constant.cpp +++ b/src/surf/network_constant.cpp @@ -8,6 +8,7 @@ #include "surf/random_mgr.h" #include "host_interface.hpp" +#include "src/surf/platform.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_network); static int host_number_int = 0; @@ -30,7 +31,7 @@ void surf_network_model_init_Constant() simgrid::s4u::Host::onCreation.connect([](simgrid::s4u::Host&) { host_number_int++; }); - sg_platf_link_add_cb(netcste_parse_nolink); + simgrid::surf::on_link.connect(netcste_parse_nolink); simgrid::surf::Model *model = surf_network_model; xbt_dynar_push(all_existing_models, &model);