Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make protected field const (sonar).
[simgrid.git] / src / surf / plugins / host_dvfs.cpp
index 9dac337..3daf923 100644 (file)
@@ -28,7 +28,7 @@ namespace dvfs {
 class Governor {
 
 protected:
-  simgrid::s4u::Host* host;
+  simgrid::s4u::Host* const host;
 
 public:
   double sampling_rate;