X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.c;h=f3d83451f94a559978b5d0dde88a133020da5916;hp=dc6d2564a043abb44bb567d85a2a215d3317363f;hb=5ab7344e564fad002de7efc879ffbed5bd23d5ef;hpb=8389e4f892205f3fa7d4777ea64da88e07021f7c diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index dc6d2564a..f3d83451f 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -1407,14 +1407,14 @@ int relay_process_data(struct relay_command *cmd, struct lttng_ht *streams_ht) goto end_unlock; } + DBG2("Relay wrote %d bytes to tracefile for stream id %" PRIu64, + ret, stream->stream_handle); + ret = write_padding_to_file(stream->fd, be32toh(data_hdr.padding_size)); if (ret < 0) { goto end_unlock; } - DBG2("Relay wrote %d bytes to tracefile for stream id %" PRIu64, - ret, stream->stream_handle); - stream->prev_seq = net_seq_num; /* Check if we need to close the FD */