committed by
GitHub
parent
8269dc136d
commit
9778b9589e
@@ -31,8 +31,8 @@ type MetaAggregator struct {
|
|||||||
peerChansLock sync.Mutex
|
peerChansLock sync.Mutex
|
||||||
// notifying clients
|
// notifying clients
|
||||||
ListenersLock sync.Mutex
|
ListenersLock sync.Mutex
|
||||||
ListenersCond *sync.Cond
|
|
||||||
ListenersWaits int64 // Atomic counter
|
ListenersWaits int64 // Atomic counter
|
||||||
|
ListenersCond *sync.Cond
|
||||||
}
|
}
|
||||||
|
|
||||||
// MetaAggregator only aggregates data "on the fly". The logs are not re-persisted to disk.
|
// MetaAggregator only aggregates data "on the fly". The logs are not re-persisted to disk.
|
||||||
|
|||||||
Reference in New Issue
Block a user