HP and DHP SMR totally refactored
[libcds.git] / test / unit / intrusive-set / intrusive_michael_iterable_dhp.cpp
index fc211b79117005ff7389edcef29f443be0fafa65..1fabda22c735ddd1d7e227fb5cbea71fdb054c98 100644 (file)
@@ -50,14 +50,14 @@ namespace {
             typedef ci::IterableList< gc_type, 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();
         }
     };