This commit is contained in:
alesapin 2022-01-19 16:47:12 +03:00
parent 044cc3a00e
commit 35b6b11a5d

View File

@ -17,7 +17,7 @@ namespace DB
struct KeeperStorageRequestProcessor;
using KeeperStorageRequestProcessorPtr = std::shared_ptr<KeeperStorageRequestProcessor>;
using ResponseCallback = std::function<void(const Coordination::ZooKeeperResponsePtr &)>;
using ChildrenSet = std::unordered_set<StringRef>;
using ChildrenSet = std::unordered_set<StringRef, StringRefHash>;
using SessionAndTimeout = std::unordered_map<int64_t, int64_t>;
struct KeeperStorageSnapshot;