HP and DHP SMR totally refactored
[libcds.git] / test / unit / intrusive-set / intrusive_michael_lazy_dhp.cpp
index 448a057839948ad8c296a6aaa0fc4651c99d0b3f..2d315e07ec80547a6bdd09cd93516edf621c1539 100644 (file)
@@ -59,14 +59,14 @@ namespace {
             typedef ci::LazyList< gc_type, base_item_type, list_traits > list_type;
             typedef ci::MichaelHashSet< gc_type, list_type >   set_type;
 
-            cds::gc::dhp::GarbageCollector::Construct( 16, set_type::c_nHazardPtrCount );
+            cds::gc::dhp::smr::construct( set_type::c_nHazardPtrCount );
             cds::threading::Manager::attachThread();
         }
 
         void TearDown()
         {
             cds::threading::Manager::detachThread();
-            cds::gc::dhp::GarbageCollector::Destruct();
+            cds::gc::dhp::smr::destruct();
         }
     };