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