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