docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / bin / lttng-sessiond / ust-clock-class.hpp
1 /*
2 * Copyright (C) 2022 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef LTTNG_UST_CLOCK_CLASS_H
9 #define LTTNG_UST_CLOCK_CLASS_H
10
11 #include "clock-class.hpp"
12
13 namespace lttng {
14 namespace sessiond {
15 namespace ust {
16
17 class clock_class : public lttng::sessiond::trace::clock_class {
18 public:
19 clock_class();
20 };
21
22 } /* namespace ust */
23 } /* namespace sessiond */
24 } /* namespace lttng */
25
26 #endif /* LTTNG_UST_CLOCK_CLASS_H */
This page took 0.029551 seconds and 4 git commands to generate.