aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/persistence/shared_operation_throttler.h
blob: b829f077bcb18d5d70cf10c97ea13fc662c963de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <vespa/vespalib/util/shared_operation_throttler.h>

namespace storage {

using ThrottleToken = vespalib::SharedOperationThrottler::Token;

}