Fix: relayd close stream command was not working
authorDavid Goulet <dgoulet@efficios.com>
Fri, 19 Oct 2012 16:44:09 +0000 (12:44 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 19 Oct 2012 16:44:09 +0000 (12:44 -0400)
commit8e2583a4ffe165a71656746848ae92ea8ee4d818
treee515893f4e604bf74dacb46290fcbebe70954026
parentc890b720e435173420cac747c5701147ff7ead99
Fix: relayd close stream command was not working

Somehow, the stream last_net_seq_num was not updated on the relayd side
causing the close stream check to fail each single time.

However, the stream is also closed on a session destroy, if any, so
there is no leaks once the FD hung up and no broken feature.

Acked-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/main.c
This page took 0.024281 seconds and 4 git commands to generate.