ClickHouse/dbms/src/Common/ZooKeeper/Common.h

12 lines
152 B
C++
Raw Normal View History

#pragma once
#include <Common/ZooKeeper/ZooKeeper.h>
#include <functional>
namespace zkutil
{
using GetZooKeeper = std::function<ZooKeeperPtr()>;
}