aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/common/reindexing_constants.h
blob: f15516b5bf60dbe4443259c6c8833e94649d8067 (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

namespace storage {

const char* reindexing_bucket_lock_bypass_prefix() noexcept;

const char* reindexing_bucket_lock_visitor_parameter_key() noexcept;

}