mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 03:12:43 +00:00
Fix build
This commit is contained in:
parent
29631aaf2e
commit
ab5f3b0b41
@ -87,7 +87,7 @@ struct TestKeeperStorageRequest
|
||||
virtual std::pair<Coordination::ZooKeeperResponsePtr, Undo> process(TestKeeperStorage::Container & container, TestKeeperStorage::Ephemerals & ephemerals, int64_t zxid, int64_t session_id) const = 0;
|
||||
virtual void processWatches(TestKeeperStorage::Watches & /*watches*/, TestKeeperStorage::Watches & /*list_watches*/) const {}
|
||||
|
||||
virtual ~TestKeeperStorageRequest() = default
|
||||
virtual ~TestKeeperStorageRequest() = default;
|
||||
|
||||
struct TestKeeperStorageHeartbeatRequest final : public TestKeeperStorageRequest
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user