X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fconsumer.c;h=171301ab5688fafc305210d955c5daa94e204977;hp=336c7607104e1a982cb0f62b0622e9e65eb81bf9;hb=658f12fa973b58f324b6f018672cc03222cfc7b4;hpb=09ede842515f606976233d5cc538fc47a60abc09 diff --git a/src/bin/lttng-sessiond/consumer.c b/src/bin/lttng-sessiond/consumer.c index 336c76071..171301ab5 100644 --- a/src/bin/lttng-sessiond/consumer.c +++ b/src/bin/lttng-sessiond/consumer.c @@ -35,6 +35,7 @@ #include "health-sessiond.h" #include "ust-app.h" #include "utils.h" +#include "lttng-sessiond.h" /* * Send a data payload using a given consumer socket of size len. @@ -1078,7 +1079,8 @@ int consumer_send_relayd_socket(struct consumer_socket *consumer_sock, ret = relayd_create_session(rsock, &msg.u.relayd_sock.relayd_session_id, session_name, hostname, session_live_timer, - consumer->snapshot); + consumer->snapshot, session_id, + sessiond_uuid); if (ret < 0) { /* Close the control socket. */ (void) relayd_close(rsock);