Run clang-format on the whole tree
[lttng-tools.git] / src / bin / lttng-sessiond / ust-metadata.cpp
CommitLineData
d0b96690 1/*
d0b96690
DG
2 * Copyright (C) 2010-2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
d0b96690 5 *
d0b96690
DG
6 */
7
6c1c0768 8#define _LGPL_SOURCE
28ab034a
JG
9#include "tsdl-environment-visitor.hpp"
10#include "ust-app.hpp"
11#include "ust-clock-class.hpp"
12#include "ust-registry.hpp"
13
14#include <common/common.hpp>
15#include <common/exception.hpp>
16#include <common/format.hpp>
17#include <common/time.hpp>
18#include <common/uuid.hpp>
19
b3647fb8
JG
20#include <inttypes.h>
21#include <limits.h>
d0b96690 22#include <stdarg.h>
b3647fb8 23#include <stdint.h>
d0b96690 24#include <stdio.h>
b3647fb8 25#include <string.h>
d0b96690 26#include <unistd.h>
b3647fb8
JG
27#include <vector>
28
d7bfb9b0
JG
29namespace ls = lttng::sessiond;
30namespace lsu = lttng::sessiond::ust;
This page took 0.083037 seconds and 4 git commands to generate.