aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/serialnum.h
blob: a3473d3167568234c91da1a5af40edf18f5f93ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Vespa.ai. 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