aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/maintenancemocks.cpp
blob: 3f7c95f63f58b4cc379e4cafe9401440de843271 (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.

#include "maintenancemocks.h"

namespace storage::distributor {

MockOperationStarter::MockOperationStarter() noexcept
    : _shouldStart(true)
{}

MockOperationStarter::~MockOperationStarter() = default;

}