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

namespace storage {

const char* reindexing_bucket_lock_bypass_prefix() noexcept;

const char* reindexing_bucket_lock_visitor_parameter_key() noexcept;

}