mirror of https://gitee.com/bigwinds/arangodb
remove alignas(64) because it breaks the binary on some platforms
This commit is contained in:
parent
ed70c04d0e
commit
aea25a04be
|
@ -521,11 +521,7 @@ class LogfileManager final : public application_features::ApplicationFeature {
|
|||
// a lock protecting ALL buckets in _transactions
|
||||
basics::ReadWriteLock _allTransactionsLock;
|
||||
|
||||
#ifdef _WIN32
|
||||
struct {
|
||||
#else
|
||||
struct alignas(64) {
|
||||
#endif
|
||||
// a lock protecting _activeTransactions and _failedTransactions
|
||||
basics::ReadWriteLock _lock;
|
||||
|
||||
|
|
Loading…
Reference in New Issue