X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6602614faa41487fc1179d38f1684a69a7640d4..3af9dcb5714db015a7038a58701b2b453f52c6ca:/src/surf/workstation.hpp diff --git a/src/surf/workstation.hpp b/src/surf/workstation.hpp index dc871bb062..126757d4bf 100644 --- a/src/surf/workstation.hpp +++ b/src/surf/workstation.hpp @@ -52,6 +52,7 @@ public: double rate); virtual xbt_dynar_t getRoute(WorkstationCLM03Ptr src, WorkstationCLM03Ptr dst); virtual ActionPtr communicate(WorkstationCLM03Ptr src, WorkstationCLM03Ptr dst, double size, double rate); + CpuModelPtr p_cpuModel; }; /************