X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12ab87e38dd389503c6b2738b8d3d085558354eb..3715b2a421abd8357f41fb2be3c25a351f1af8cb:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index 48fa525ad2..78e7f5ac05 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -80,6 +80,8 @@ public: double rate)=0; virtual Action *communicate(Host *src, Host *dst, double size, double rate)=0; + + bool shareResourcesIsIdempotent() {return true;} }; /************