From d5323f0e87c430761fdf2d8fc9b41bf9675e6079 Mon Sep 17 00:00:00 2001 From: samur Date: Fri, 29 Jan 2021 09:04:33 +0300 Subject: [PATCH] Added member variable --- etcd/Client.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/etcd/Client.hpp b/etcd/Client.hpp index 6bc7d77..429f579 100644 --- a/etcd/Client.hpp +++ b/etcd/Client.hpp @@ -271,6 +271,7 @@ namespace etcd std::mutex mutex_for_keepalives; std::map leases_for_locks; std::map> keep_alive_for_locks; + long timeout; friend class KeepAlive; friend class Watcher;