X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2782917c11aa6d946e6f21189d6e653114b9295..ede7d4e0f2464d8646f1d1a3b09fa7f678660ade:/src/surf/network_ns3.cpp diff --git a/src/surf/network_ns3.cpp b/src/surf/network_ns3.cpp index 2143f2c986..0ffb5dff2a 100644 --- a/src/surf/network_ns3.cpp +++ b/src/surf/network_ns3.cpp @@ -301,9 +301,9 @@ Action *NetworkNS3Model::communicate(NetCard *src, NetCard *dst, return (surf_action_t) action; } -double NetworkNS3Model::shareResources(double now) +double NetworkNS3Model::next_occuring_event(double now) { - XBT_DEBUG("ns3_share_resources"); + XBT_DEBUG("ns3_next_occuring_event"); //get the first relevant value from the running_actions list if (!getRunningActionSet()->size() || now == 0.0)