Fix unaligned 64-bit atomic operation on ARM32 (#7958) (#7959)

This commit is contained in:
Alasdair Macmillan
2026-01-04 19:34:17 +00:00
committed by GitHub
parent 8269dc136d
commit 9778b9589e

View File

@@ -31,8 +31,8 @@ type MetaAggregator struct {
peerChansLock sync.Mutex
// notifying clients
ListenersLock sync.Mutex
ListenersCond *sync.Cond
ListenersWaits int64 // Atomic counter
ListenersCond *sync.Cond
}
// MetaAggregator only aggregates data "on the fly". The logs are not re-persisted to disk.