rename cds::gc::hzp namespace to cds::gc::hp
[libcds.git] / src / hp_const.h
index 71359d95f4960552daca81d86784c94d4831e529..279b43f6f02ce63e740636b24d1d5cac13fd5b3a 100644 (file)
@@ -17,13 +17,13 @@ namespace cds { namespace gc {
 
     //---------------------------------------------------------------
     // Hazard Pointers reclamation schema constants
-    namespace hzp {
+    namespace hp {
         // Max number of threads expected
         static const size_t c_nMaxThreadCount     = 100;
 
         // Number of Hazard Pointers per thread
         static const size_t c_nHazardPointerPerThread = 8;
-    } // namespace hzp
+    } // namespace hp
 
 } /* namespace gc */ }    /* namespace cds */