X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fconsumer.c;h=17fc919768fa98610ad4a0afddfdb58ef38db773;hp=79fdbf1c8b632bc9f049e27511f7b593314bd0f7;hb=567eb353c7f88e2fdaa106eb7e0a38dbb8717792;hpb=d26c59c5718ae2f725287cb5997f2902e095ea31 diff --git a/src/bin/lttng-sessiond/consumer.c b/src/bin/lttng-sessiond/consumer.c index 79fdbf1c8..17fc91976 100644 --- a/src/bin/lttng-sessiond/consumer.c +++ b/src/bin/lttng-sessiond/consumer.c @@ -737,7 +737,8 @@ void consumer_init_ask_channel_comm_msg(struct lttcomm_consumer_msg *msg, uint64_t tracefile_size, uint64_t tracefile_count, uint64_t session_id_per_pid, - unsigned int monitor) + unsigned int monitor, + uint32_t ust_app_uid) { assert(msg); @@ -762,6 +763,7 @@ void consumer_init_ask_channel_comm_msg(struct lttcomm_consumer_msg *msg, msg->u.ask_channel.tracefile_size = tracefile_size; msg->u.ask_channel.tracefile_count = tracefile_count; msg->u.ask_channel.monitor = monitor; + msg->u.ask_channel.ust_app_uid = ust_app_uid; memcpy(msg->u.ask_channel.uuid, uuid, sizeof(msg->u.ask_channel.uuid));