Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-relayd / live.hpp
CommitLineData
7591bab1
MD
1#ifndef LTTNG_RELAYD_LIVE_H
2#define LTTNG_RELAYD_LIVE_H
3
d3e2ba59 4/*
ab5be9fa
MJ
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>
d3e2ba59 8 *
ab5be9fa 9 * SPDX-License-Identifier: GPL-2.0-only
d3e2ba59 10 *
d3e2ba59
JD
11 */
12
c9e313bc 13#include "lttng-relayd.hpp"
d3e2ba59 14
28f23191
JG
15#include <common/uri.hpp>
16
7591bab1 17int relayd_live_create(struct lttng_uri *live_uri);
178a0557
MD
18int relayd_live_stop(void);
19int relayd_live_join(void);
d3e2ba59 20
d3e2ba59 21#endif /* LTTNG_RELAYD_LIVE_H */
This page took 0.06239 seconds and 4 git commands to generate.