X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=94a0cc3efb1d557da732ed9a201848b0ee4dc3e4;hp=57e26dcf86c869982e579e86b73ea3a663c75052;hb=774d490c42598710944f54a53d81d1cab2a1dfaa;hpb=a9838785aecf564595c531772f7ca906b658afa0 diff --git a/src/common/consumer.c b/src/common/consumer.c index 57e26dcf8..94a0cc3ef 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -491,6 +491,7 @@ struct lttng_consumer_stream *consumer_allocate_stream(uint64_t channel_key, stream->net_seq_idx = relayd_id; stream->session_id = session_id; stream->monitor = monitor; + stream->endpoint_status = CONSUMER_ENDPOINT_ACTIVE; pthread_mutex_init(&stream->lock, NULL); /* If channel is the metadata, flag this stream as metadata. */