sessiond: transition from lttng-ust to tracer agnostic API
[lttng-tools.git] / src / bin / lttng-sessiond / ust-clock-class.hpp
diff --git a/src/bin/lttng-sessiond/ust-clock-class.hpp b/src/bin/lttng-sessiond/ust-clock-class.hpp
new file mode 100644 (file)
index 0000000..70160a8
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2022 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef LTTNG_UST_CLOCK_CLASS_H
+#define LTTNG_UST_CLOCK_CLASS_H
+
+#include "clock-class.hpp"
+
+namespace lttng {
+namespace sessiond {
+namespace ust {
+
+class clock_class : public lttng::sessiond::trace::clock_class {
+public:
+       clock_class();
+};
+
+} /* namespace ust */
+} /* namespace sessiond */
+} /* namespace lttng */
+
+#endif /* LTTNG_UST_CLOCK_CLASS_H */
This page took 0.02622 seconds and 4 git commands to generate.