Run clang-format on the whole tree
[lttng-tools.git] / src / bin / lttng-sessiond / ust-metadata.cpp
... / ...
CommitLineData
1/*
2 * Copyright (C) 2010-2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8#define _LGPL_SOURCE
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
20#include <inttypes.h>
21#include <limits.h>
22#include <stdarg.h>
23#include <stdint.h>
24#include <stdio.h>
25#include <string.h>
26#include <unistd.h>
27#include <vector>
28
29namespace ls = lttng::sessiond;
30namespace lsu = lttng::sessiond::ust;
This page took 0.021931 seconds and 4 git commands to generate.