rename cds::lock namespace to cds::sync, move corresponding .h files
[libcds.git] / tests / unit / alloc / random.cpp
index 3e6a6b416c124710211acb4d5ba9a47a7382706d..9a60d83a8ed6a34215de4e287da65deef8906827 100644 (file)
@@ -22,7 +22,7 @@ namespace memory {
     static size_t s_nPassPerThread;
 
     struct Item {
-        cds::SpinLock   m_access;
+        cds::sync::spin m_access;
         char *          m_pszBlock;
 
         Item()