X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b6fc7c2d23e70b645eef83f2b138cc00dcd892d0..1f465f6ad9152728e93e25eca5478aeebed3be22:/src/surf/network_interface.cpp diff --git a/src/surf/network_interface.cpp b/src/surf/network_interface.cpp index b983e7c3bb..b1b8495c6b 100644 --- a/src/surf/network_interface.cpp +++ b/src/surf/network_interface.cpp @@ -96,8 +96,7 @@ namespace simgrid { simgrid::xbt::signal Link::onStateChange; simgrid::xbt::signal networkActionStateChangedCallbacks; - simgrid::xbt::signal Link::onCommunicate; - + simgrid::xbt::signal Link::onCommunicate; } } @@ -129,9 +128,9 @@ namespace simgrid { return rate; } - double NetworkModel::next_occuring_event_full(double now) + double NetworkModel::nextOccuringEventFull(double now) { - double minRes = Model::next_occuring_event_full(now); + double minRes = Model::nextOccuringEventFull(now); for(auto it(getRunningActionSet()->begin()), itend(getRunningActionSet()->end()); it != itend ; it++) { NetworkAction *action = static_cast(&*it);