Added member variable
This commit is contained in:
parent
252b686fd8
commit
d5323f0e87
|
|
@ -271,6 +271,7 @@ namespace etcd
|
|||
std::mutex mutex_for_keepalives;
|
||||
std::map<std::string, int64_t> leases_for_locks;
|
||||
std::map<int64_t, std::shared_ptr<KeepAlive>> keep_alive_for_locks;
|
||||
long timeout;
|
||||
|
||||
friend class KeepAlive;
|
||||
friend class Watcher;
|
||||
|
|
|
|||
Loading…
Reference in New Issue