Clean-up: apply suggested clang-tidy fixes
[lttng-tools.git] / src / bin / lttng-relayd / live.hpp
... / ...
CommitLineData
1#ifndef LTTNG_RELAYD_LIVE_H
2#define LTTNG_RELAYD_LIVE_H
3
4/*
5 * Copyright (C) 2013 Julien Desfossez <jdesfossez@efficios.com>
6 * Copyright (C) 2013 David Goulet <dgoulet@efficios.com>
7 * Copyright (C) 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8 *
9 * SPDX-License-Identifier: GPL-2.0-only
10 *
11 */
12
13#include "lttng-relayd.hpp"
14
15#include <common/uri.hpp>
16
17int relayd_live_create(struct lttng_uri *live_uri);
18int relayd_live_stop();
19int relayd_live_join();
20
21#endif /* LTTNG_RELAYD_LIVE_H */
This page took 0.028882 seconds and 4 git commands to generate.