Renamed m_nHazardPtrCount to c_nHazardPtrCount
[libcds.git] / cds / intrusive / segmented_queue.h
index a84948a90312b1206441025476b5eccc9deccec5..e707cc17b2d8ab8ccd7db005dadf242ac63d2a63 100644 (file)
@@ -211,7 +211,7 @@ namespace cds { namespace intrusive {
         typedef typename traits::lock_type     lock_type;   ///< Type of mutex for maintaining an internal list of allocated segments.
         typedef typename traits::permutation_generator permutation_generator; ///< Random permutation generator for sequence [0, quasi-factor)
 
-        static const size_t m_nHazardPtrCount = 2 ; ///< Count of hazard pointer required for the algorithm
+        static const size_t c_nHazardPtrCount = 2 ; ///< Count of hazard pointer required for the algorithm
 
     protected:
         //@cond