X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Funit%2Fset%2Fmichael_michael_dhp.cpp;h=327082a2de64e980feba79da844db16622138cf4;hp=c678772fcb2a85ba7741cbaf7116949496b6d05e;hb=759ffa51fb865adbebbfdb44273f9b83ec7cc8f3;hpb=18858c8c87bbc47b50a96accb5e8e11334b6f43a diff --git a/test/unit/set/michael_michael_dhp.cpp b/test/unit/set/michael_michael_dhp.cpp index c678772f..327082a2 100644 --- a/test/unit/set/michael_michael_dhp.cpp +++ b/test/unit/set/michael_michael_dhp.cpp @@ -47,14 +47,14 @@ namespace { typedef cc::MichaelList< gc_type, int_item > list_type; typedef cc::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(); } };