Renamed "ensure" to "update" in statistics
[libcds.git] / cds / intrusive / split_list_nogc.h
index b93ce4004cb34962cf5d05f770715840bd0508d9..41066182d6075c78cbaaa4cfd18aa787cfa94a8e 100644 (file)
@@ -660,10 +660,10 @@ namespace cds { namespace intrusive {
             if ( ret.first != m_List.end() ) {
                 if ( ret.second ) {
                     inc_item_count();
-                    m_Stat.onEnsureNew();
+                    m_Stat.onUpdateNew();
                 }
                 else
-                    m_Stat.onEnsureExist();
+                    m_Stat.onUpdateExist();
                 return std::make_pair( iterator(ret.first, m_List.end()), ret.second );
             }
             return std::make_pair( end(), ret.second );