Clean-up: relayd index: change spaces to tabs
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-1.h
1 #ifndef RELAYD_CMD_2_1_H
2 #define RELAYD_CMD_2_1_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.h"
14 #include <common/buffer-view.h>
15
16 int cmd_recv_stream_2_1(const struct lttng_buffer_view *payload,
17 char **path_name, char **channel_name);
18
19 #endif /* RELAYD_CMD_2_1_H */
This page took 0.028897 seconds and 4 git commands to generate.