X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fmap%2Fmap_type.h;h=f5c996f58a26a3df1b086482df65f71785b442a5;hp=3d1187bd595ead74c8b3e56f6213ee262ab71a4d;hb=981afcc83b3426ab852afdc7977916a826b30dae;hpb=813ae6749b1cf19ccb289fd482cf72fede39ee48 diff --git a/test/stress/map/map_type.h b/test/stress/map/map_type.h index 3d1187bd..f5c996f5 100644 --- a/test/stress/map/map_type.h +++ b/test/stress/map/map_type.h @@ -49,12 +49,12 @@ namespace map { namespace cc = cds::container; namespace co = cds::opt; - typedef cds::urcu::gc< cds::urcu::general_instant<> > rcu_gpi; - typedef cds::urcu::gc< cds::urcu::general_buffered<> > rcu_gpb; - typedef cds::urcu::gc< cds::urcu::general_threaded<> > rcu_gpt; + typedef cds::urcu::gc< cds::urcu::general_instant_stripped > rcu_gpi; + typedef cds::urcu::gc< cds::urcu::general_buffered_stripped > rcu_gpb; + typedef cds::urcu::gc< cds::urcu::general_threaded_stripped > rcu_gpt; #ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED - typedef cds::urcu::gc< cds::urcu::signal_buffered<> > rcu_shb; - typedef cds::urcu::gc< cds::urcu::signal_threaded<> > rcu_sht; + typedef cds::urcu::gc< cds::urcu::signal_buffered_stripped > rcu_shb; + typedef cds::urcu::gc< cds::urcu::signal_threaded_stripped > rcu_sht; #endif template