Remove cacheline alignment from atomic pointer

This commit is contained in:
kannibalox
2024-12-02 10:25:55 -05:00
committed by Jari Sundell
parent 58b1fc4914
commit ea1ca00f31
+1 -1
View File
@@ -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.