From: Julien Desfossez Date: Fri, 27 Nov 2015 17:12:44 +0000 (-0500) Subject: Fix: close indexes when rotating the trace files in splice mode X-Git-Tag: v2.8.0-rc1~207 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3c1150e16dc06456439ce4ae45da50b44a9c3b7c;hp=3c1150e16dc06456439ce4ae45da50b44a9c3b7c Fix: close indexes when rotating the trace files in splice mode The consumer needs to close the old index file when doing a file rotation before opening a new one. The relay does not have this problem (handled with refcounts). Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau ---