e17eedf3c00204ee1af57029fb7788b5dc75c2ab
2 * Copyright (C) 2018 - Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License, version 2 only, as
6 * published by the Free Software Foundation.
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * You should have received a copy of the GNU General Public License along with
14 * this program; if not, write to the Free Software Foundation, Inc., 51
15 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 #ifndef RELAYD_CMD_2_11_H
18 #define RELAYD_CMD_2_11_H
20 #include "lttng-relayd.h"
21 #include <common/buffer-view.h>
23 int cmd_create_session_2_11(const struct lttng_buffer_view
*payload
,
24 char *session_name
, char *hostname
,
25 uint32_t *live_timer
, bool *snapshot
);
27 int cmd_recv_stream_2_11(const struct lttng_buffer_view
*payload
,
28 char **ret_path_name
, char **ret_channel_name
,
29 uint64_t *tracefile_size
, uint64_t *tracefile_count
);
31 #endif /* RELAYD_CMD_2_11_H */
This page took 0.029492 seconds and 4 git commands to generate.