Docs: clarify the meaning of the snapshot_mode flag in ltt_session
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 27 Mar 2019 18:12:47 +0000 (14:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 29 Mar 2019 15:47:56 +0000 (11:47 -0400)
commit5268a79bb6d83bf5ca707dab5ed93333b7396f1f
tree98c6c8651799bec0a8bee764718599525b3bd5a2
parent4a5eb2607ecc653044e90c1398351373afbc5003
Docs: clarify the meaning of the snapshot_mode flag in ltt_session

The snapshot_mode flag of an ltt_session only affects the default
channel creation attributes. It is not used to prevent the
modification of snapshot outputs.

Since a snapshot session is necessarily in "no-output" mode, it
is redundant to check for this flag in rotation-related commands.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/session.h
This page took 0.025014 seconds and 4 git commands to generate.