diff --git a/src/thread_worker.h b/src/thread_worker.h index ffb7c855..4948c612 100644 --- a/src/thread_worker.h +++ b/src/thread_worker.h @@ -70,7 +70,7 @@ private: void change_xmlrpc_log(); - std::atomic lt_cacheline_aligned m_scgi{ nullptr }; + std::atomic m_scgi{ nullptr }; // The following types shall only be modified while holding the // global lock.