aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/subscription/subscriptionid.h
blob: 1ea02a6866699e6c95c24ecba2fae04f7377a8c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <cstdint>

namespace config {

typedef uint64_t SubscriptionId;

} // namespace config