Print the location of trace chunk produced at session destruction
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 24 Jun 2019 20:41:50 +0000 (16:41 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:14 +0000 (16:39 -0400)
commit8bb324522da8bba7828d3dcdcf697274aad32a58
treebe231b7f6e8385d5ccf82ed8e23ee7def8304e1e
parentac06b602c61654c149bf6de10ba776ae0bb09fe2
Print the location of trace chunk produced at session destruction

The destruction of a session that was rotated during its lifetime
will cause an "implicit" rotation to close the last trace archive.

This change makes the CLI client use the newly added destruction
handle interface of liblttng-ctl to print the location of the
last trace archive produced during the destruction of a session
(when applicable).

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/lttng.h
src/bin/lttng/commands/destroy.c
src/bin/lttng/commands/rotate.c
src/bin/lttng/utils.c
src/bin/lttng/utils.h
This page took 0.025683 seconds and 4 git commands to generate.