X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fintrusive%2Fsplit_list_nogc.h;h=68c0d250fb294b7187a8cc42b7422f9e7130f5e1;hb=51494783145ce52907dcb85e362629830ba46a97;hp=10cb04626989b38d9c8c3a03221a34a90f510d92;hpb=d15c6730bbd5f63f903496277939b7fe18ac9853;p=libcds.git diff --git a/cds/intrusive/split_list_nogc.h b/cds/intrusive/split_list_nogc.h index 10cb0462..68c0d250 100644 --- a/cds/intrusive/split_list_nogc.h +++ b/cds/intrusive/split_list_nogc.h @@ -732,8 +732,8 @@ namespace cds { namespace intrusive { atomics::atomic m_nBucketCountLog2; ///< log2( current bucket count ) atomics::atomic m_nMaxItemCount; ///< number of items container can hold, before we have to resize - item_counter m_ItemCounter; ///< Item counter hash m_HashFunctor; ///< Hash functor + item_counter m_ItemCounter; ///< Item counter stat m_Stat; ///< Internal statistics //@endcond };