X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-11.h;h=48841d26b53393be7c78b95725e90931a3cab8be;hb=6fa5fe7cc78bea0b0bba154a0f911d3df530e18f;hp=eedf541873a865f1ef4c69f0cbc3873fceb5a554;hpb=1e791a74976525f287944e5dbb65208a3b9edf42;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 eedf54187..48841d26b 100644 --- a/src/bin/lttng-relayd/cmd-2-11.h +++ b/src/bin/lttng-relayd/cmd-2-11.h @@ -22,10 +22,11 @@ #include int cmd_create_session_2_11(const struct lttng_buffer_view *payload, - char *session_name, char *hostname, + char *session_name, char *hostname, char *base_path, uint32_t *live_timer, bool *snapshot, uint64_t *id_sessiond, lttng_uuid sessiond_uuid, - uint64_t *current_chunk_id); + bool *has_current_chunk, uint64_t *current_chunk_id, + time_t *creation_time); int cmd_recv_stream_2_11(const struct lttng_buffer_view *payload, char **ret_path_name, char **ret_channel_name,