Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-4.h
1 #ifndef RELAYD_CMD_2_4_H
2 #define RELAYD_CMD_2_4_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_create_session_2_4(const struct lttng_buffer_view *payload,
17 char *session_name, char *hostname,
18 uint32_t *live_timer, bool *snapshot);
19
20 #endif /* RELAYD_CMD_2_4_H */
This page took 0.030873 seconds and 4 git commands to generate.