ClickHouse/dbms/src/Common/ZooKeeper/Common.h
proller d97b2edc7c Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749)
* Make separate libs Common/ZooKeeper and Common/ConfigProcessor
renamed:    dbms/src/Common/StringUtils.h -> dbms/src/Common/StringUtils/StringUtils.h

* Fix space

* Fix data in system.build_options

* merge

* merge
2018-01-15 22:07:47 +03:00

12 lines
135 B
C++

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