mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 06:32:31 +00:00
Remove cacheline alignment from atomic pointer
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ private:
|
||||
|
||||
void change_xmlrpc_log();
|
||||
|
||||
std::atomic<rpc::SCgi*> lt_cacheline_aligned m_scgi{ nullptr };
|
||||
std::atomic<rpc::SCgi*> m_scgi{ nullptr };
|
||||
|
||||
// The following types shall only be modified while holding the
|
||||
// global lock.
|
||||
|
||||
Reference in New Issue
Block a user