X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=57322ae08dbb41685f17bcadb3b59ccc378c2431;hp=5574c5f0e1d545691f6837d2d4100a10c2a59e48;hb=1950109e7a08d8064ef5b1f446524274b4fa72d5;hpb=4b29f1cec9f8e93d4dde0c982f30e3201f0f4e65 diff --git a/src/common/consumer.c b/src/common/consumer.c index 5574c5f0e..57322ae08 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -769,6 +769,7 @@ struct lttng_consumer_channel *consumer_allocate_channel(uint64_t key, enum lttng_event_output output, uint64_t tracefile_size, uint64_t tracefile_count, + uint64_t session_id_per_pid, unsigned int monitor) { struct lttng_consumer_channel *channel; @@ -782,6 +783,7 @@ struct lttng_consumer_channel *consumer_allocate_channel(uint64_t key, channel->key = key; channel->refcount = 0; channel->session_id = session_id; + channel->session_id_per_pid = session_id_per_pid; channel->uid = uid; channel->gid = gid; channel->relayd_id = relayd_id;