Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-2.h
1 #ifndef RELAYD_CMD_2_2_H
2 #define RELAYD_CMD_2_2_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_2(const struct lttng_buffer_view *payload,
17 char **path_name, char **channel_name,
18 uint64_t *tracefile_size, uint64_t *tracefile_count);
19
20 #endif /* RELAYD_CMD_2_2_H */
This page took 0.02992 seconds and 5 git commands to generate.