X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.c;fp=src%2Fbin%2Flttng-relayd%2Fstream.c;h=6759bed17fd7a16d4703f3341eeaf9b2a1c0a390;hp=b0521c7d8a1fc6c322dc70ded83b0897e5464878;hb=80516611b6f19201b1e173fb448935aca7a9e668;hpb=7bd95aee4660c6419a4a65429fc27754481e7e90 diff --git a/src/bin/lttng-relayd/stream.c b/src/bin/lttng-relayd/stream.c index b0521c7d8..6759bed17 100644 --- a/src/bin/lttng-relayd/stream.c +++ b/src/bin/lttng-relayd/stream.c @@ -71,6 +71,7 @@ static void stream_complete_rotation(struct relay_stream *stream) lttng_trace_chunk_put(stream->trace_chunk); stream->trace_chunk = stream->ongoing_rotation.value.next_trace_chunk; stream->ongoing_rotation = (typeof(stream->ongoing_rotation)) {}; + stream->completed_rotation_count++; } static int stream_create_data_output_file_from_trace_chunk(