X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e35ebda7e4ffacd769653b8ebb8ba93c7298bf..5c5d6ea37067c9a9f429d1aa07c364ca47a29f21:/src/surf/network_ns3.hpp diff --git a/src/surf/network_ns3.hpp b/src/surf/network_ns3.hpp index b296eb2347..417b15b3bd 100644 --- a/src/surf/network_ns3.hpp +++ b/src/surf/network_ns3.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2014. The SimGrid Team. +/* Copyright (c) 2004-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -46,6 +46,7 @@ public: double shareResources(double now); void updateActionsState(double now, double delta); void addTraces(){DIE_IMPOSSIBLE;} + bool shareResourcesIsIdempotent() {return false;} }; /************