X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.c;h=60908bfedc5aad85ed309b6be98d3560e831b18e;hp=f3d83451f94a559978b5d0dde88a133020da5916;hb=806e2684ce24d3772af37ee46c5f0500c7a0723f;hpb=5ab7344e564fad002de7efc879ffbed5bd23d5ef diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index f3d83451f..60908bfed 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -1046,6 +1046,7 @@ int relay_close_stream(struct lttcomm_relayd_hdr *recv_hdr, goto end_unlock; } + stream->last_net_seq_num = be64toh(stream_info.last_net_seq_num); stream->close_flag = 1; if (close_stream_check(stream)) {