X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-11.c;h=269eeb9b078a707d4f22e8995a89cc7aa73147d9;hp=857f3594299ebe7f17ae90ecb703d73321484202;hb=1e791a74976525f287944e5dbb65208a3b9edf42;hpb=f39bd140151b845f44abd6a7079eaaf5cfed1c89 diff --git a/src/bin/lttng-relayd/cmd-2-11.c b/src/bin/lttng-relayd/cmd-2-11.c index 857f35942..269eeb9b0 100644 --- a/src/bin/lttng-relayd/cmd-2-11.c +++ b/src/bin/lttng-relayd/cmd-2-11.c @@ -32,7 +32,8 @@ int cmd_create_session_2_11(const struct lttng_buffer_view *payload, char *session_name, char *hostname, uint32_t *live_timer, bool *snapshot, - lttng_uuid sessiond_uuid) + uint64_t *id_sessiond, lttng_uuid sessiond_uuid, + uint64_t *current_chunk_id) { int ret; struct lttcomm_relayd_create_session_2_11 header;