X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flive.hpp;fp=src%2Fbin%2Flttng-relayd%2Flive.hpp;h=d1866d3f5690a2d07456a4294b75f20bc910090f;hb=7532fa3bd22e403958f46cd35c824f490d93292d;hp=0000000000000000000000000000000000000000;hpb=985aea182b618c85c51651f224abedfe367c75ee;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/live.hpp b/src/bin/lttng-relayd/live.hpp new file mode 100644 index 000000000..d1866d3f5 --- /dev/null +++ b/src/bin/lttng-relayd/live.hpp @@ -0,0 +1,21 @@ +#ifndef LTTNG_RELAYD_LIVE_H +#define LTTNG_RELAYD_LIVE_H + +/* + * Copyright (C) 2013 Julien Desfossez + * Copyright (C) 2013 David Goulet + * Copyright (C) 2015 Mathieu Desnoyers + * + * SPDX-License-Identifier: GPL-2.0-only + * + */ + +#include + +#include "lttng-relayd.hpp" + +int relayd_live_create(struct lttng_uri *live_uri); +int relayd_live_stop(void); +int relayd_live_join(void); + +#endif /* LTTNG_RELAYD_LIVE_H */