X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2666c49067a3e25b5fa42a49b81cf8cc629ab78..950bda8fadcd13ee3bc9c33e758b6419a0bbea7a:/src/surf/plugins/host_dvfs.cpp diff --git a/src/surf/plugins/host_dvfs.cpp b/src/surf/plugins/host_dvfs.cpp index 9dac3372ee..3daf923bcb 100644 --- a/src/surf/plugins/host_dvfs.cpp +++ b/src/surf/plugins/host_dvfs.cpp @@ -28,7 +28,7 @@ namespace dvfs { class Governor { protected: - simgrid::s4u::Host* host; + simgrid::s4u::Host* const host; public: double sampling_rate;