aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/documentmetastore/document_meta_store_versions.h
blob: 6e35a2bfe5877f533737eed5c681d24cda923b64 (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 proton::documentmetastore {

constexpr uint32_t NO_DOCUMENT_SIZE_TRACKING_VERSION = 0u;
constexpr uint32_t DOCUMENT_SIZE_TRACKING_VERSION = 1u;

}