Added member variable

This commit is contained in:
samur 2021-01-29 09:04:33 +03:00
parent 252b686fd8
commit d5323f0e87
1 changed files with 1 additions and 0 deletions

View File

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