Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar fixes and little cleanups
[simgrid.git] / src / kernel / activity / SemaphoreImpl.hpp
index a6a1613..b817599 100644 (file)
@@ -82,8 +82,7 @@ public:
       delete sem;
     }
   }
-  unsigned get_id() { return id_; }
-
+  unsigned get_id() const { return id_; }
   s4u::Semaphore& sem() { return piface_; }
 };
 } // namespace activity