X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ccc1670e4bf36086f1f524b5ef004d5210415488..a714f2cc13ccf01d24d8848aafc9085aef8eb6ce:/src/surf/host_ptask_L07.cpp diff --git a/src/surf/host_ptask_L07.cpp b/src/surf/host_ptask_L07.cpp index 54b101ecb1..7d4b2122ba 100644 --- a/src/surf/host_ptask_L07.cpp +++ b/src/surf/host_ptask_L07.cpp @@ -331,7 +331,7 @@ Link* NetworkL07Model::createLink(const char *name, lat_initial, lat_trace, state_initial, state_trace, policy); - surf_callback_emit(networkLinkCreatedCallbacks, link); + networkLinkCreatedCallbacks(link); return link; }