aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/dummy_cluster_context.h
blob: 019c6ee35cb79085e07a7ba6c9c834512802b97a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Vespa.ai. 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