X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-11.h;h=7961d91ffa6d7a78226c702773142dac0c1342a5;hb=84fa4db56e9fbc47bfe8e6cccd9ace585eb9e396;hp=d63195854e2371e619b55b652771e814d92e87e3;hpb=f86f6389a47137d2f5e8fc707916b6650fd1de00;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/cmd-2-11.h b/src/bin/lttng-relayd/cmd-2-11.h index d63195854..7961d91ff 100644 --- a/src/bin/lttng-relayd/cmd-2-11.h +++ b/src/bin/lttng-relayd/cmd-2-11.h @@ -19,9 +19,17 @@ #include "lttng-relayd.h" #include +#include int cmd_create_session_2_11(const struct lttng_buffer_view *payload, char *session_name, char *hostname, - uint32_t *live_timer, bool *snapshot); + uint32_t *live_timer, bool *snapshot, + uint64_t *id_sessiond, lttng_uuid sessiond_uuid, + bool *has_current_chunk, uint64_t *current_chunk_id); + +int cmd_recv_stream_2_11(const struct lttng_buffer_view *payload, + char **ret_path_name, char **ret_channel_name, + uint64_t *tracefile_size, uint64_t *tracefile_count, + uint64_t *trace_archive_id); #endif /* RELAYD_CMD_2_11_H */