Extract the lost packets and discarded events counters
[lttng-tools.git] / src / common / consumer / consumer.c
index 5625e59ddd5cb8a2092d21d1145149df63ed66d6..7911a5b4e8d4d0701d40e88d3ebdd6841c4061af 100644 (file)
@@ -571,6 +571,7 @@ struct lttng_consumer_stream *consumer_allocate_stream(uint64_t channel_key,
        stream->monitor = monitor;
        stream->endpoint_status = CONSUMER_ENDPOINT_ACTIVE;
        stream->index_fd = -1;
+       stream->last_sequence_number = -1ULL;
        pthread_mutex_init(&stream->lock, NULL);
        pthread_mutex_init(&stream->metadata_timer_lock, NULL);
 
This page took 0.025377 seconds and 5 git commands to generate.