ClickHouse/libs/libzkutil/include/zkutil/Common.h

12 lines
142 B
C++
Raw Normal View History

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