summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/dummy_cluster_context.h
blob: 783038daf7dbfc04ff90e9a6c1702b841270acec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/storage/common/cluster_context.h>

namespace storage {
namespace {

SimpleClusterContext dummy_cluster_context("storage");

} // namespace <unnamed>
} // namespace storage