aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/serialnum.h
blob: eff9881cb35e0dfd43cc66b359de00bdd9945552 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <cstdint>

namespace search {

// This is a unique identification number.
using SerialNum = uint64_t;

} // namespace search