X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-11.h;h=eedf541873a865f1ef4c69f0cbc3873fceb5a554;hp=a50872bd360773a44a5bb48e977809c3e10bd624;hb=1e791a74976525f287944e5dbb65208a3b9edf42;hpb=0b50e4b3fb9859af7072adcca784684834e5f8d1 diff --git a/src/bin/lttng-relayd/cmd-2-11.h b/src/bin/lttng-relayd/cmd-2-11.h index a50872bd3..eedf54187 100644 --- a/src/bin/lttng-relayd/cmd-2-11.h +++ b/src/bin/lttng-relayd/cmd-2-11.h @@ -19,10 +19,13 @@ #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, + 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,