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>
Thu, 28 Mar 2019 19:52:47 +0000 (15:52 -0400)
commit92fe5ca1528abfa90cc26f767d274dbff61ffc61
treee8b9d363117b6687a729dc03f1221475487fcb94
parente7ab49a85e4e5c5749949191bdeefa21a9aef9b1
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.027626 seconds and 5 git commands to generate.