aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/persistence/shared_operation_throttler.h
blob: 52bfbdac0a7f8b3d8a197049ae00418afa13ae22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. 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;

}