X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d4bf7d1cd502bc979d98e35067872186f2a0a21..210da270d0339479db706757d8c836621bb138c9:/src/surf/network_ib.cpp diff --git a/src/surf/network_ib.cpp b/src/surf/network_ib.cpp index d00e88cda4..64e9649b78 100644 --- a/src/surf/network_ib.cpp +++ b/src/surf/network_ib.cpp @@ -87,7 +87,7 @@ void surf_network_model_init_IB() surf_network_model = new simgrid::surf::NetworkIBModel(); all_existing_models->push_back(surf_network_model); networkActionStateChangedCallbacks.connect(IB_action_state_changed_callback); - Link::onCommunicate.connect(IB_action_init_callback); + simgrid::surf::LinkImpl::onCommunicate.connect(IB_action_init_callback); simgrid::s4u::Host::onCreation.connect(IB_create_host_callback); xbt_cfg_setdefault_double("network/weight-S", 8775);