diff options
Diffstat (limited to 'weed/messaging/broker/topic_lock.go')
| -rw-r--r-- | weed/messaging/broker/topic_lock.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/messaging/broker/topic_lock.go b/weed/messaging/broker/topic_lock.go index c98bb3159..d179537c9 100644 --- a/weed/messaging/broker/topic_lock.go +++ b/weed/messaging/broker/topic_lock.go @@ -18,7 +18,7 @@ type TopicPartition struct { } type TopicLock struct { sync.Mutex - cond *sync.Cond + cond *sync.Cond subscriberCount int publisherCount int logBuffer *log_buffer.LogBuffer |
