This commit is contained in:
Chris Lu
2020-04-20 17:48:06 -07:00
parent 5eb83dfbd3
commit cb3985be70
8 changed files with 15 additions and 15 deletions

View File

@@ -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