Revert "Fix: sessiond: erroneous user check logic in session_access_ok"
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-11.h
1 /*
2 * Copyright (C) 2018 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef RELAYD_CMD_2_11_H
9 #define RELAYD_CMD_2_11_H
10
11 #include "lttng-relayd.h"
12 #include <common/buffer-view.h>
13 #include <common/uuid.h>
14
15 int cmd_create_session_2_11(const struct lttng_buffer_view *payload,
16 char *session_name, char *hostname, char *base_path,
17 uint32_t *live_timer, bool *snapshot,
18 uint64_t *id_sessiond, lttng_uuid sessiond_uuid,
19 bool *has_current_chunk, uint64_t *current_chunk_id,
20 time_t *creation_time,
21 bool *session_name_contains_creation_time);
22
23 int cmd_recv_stream_2_11(const struct lttng_buffer_view *payload,
24 char **ret_path_name, char **ret_channel_name,
25 uint64_t *tracefile_size, uint64_t *tracefile_count,
26 uint64_t *trace_archive_id);
27
28 #endif /* RELAYD_CMD_2_11_H */
This page took 0.029153 seconds and 4 git commands to generate.