Change trace_path to session_root_path and chunk_path
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 24 Jul 2017 20:01:30 +0000 (16:01 -0400)
committerJulien Desfossez <jdesfossez@efficios.com>
Wed, 30 Aug 2017 18:10:05 +0000 (14:10 -0400)
commit04350e9439910c9baa132a4fe994605b03aa75db
tree03b5286953318b1b7507274ac13d031531270334
parentee4b2ecea2ead25da9873a6a365479dd8df1fe5c
Change trace_path to session_root_path and chunk_path

Prepare for the trace rotation feature where we need to store the root
path of the session and create a subdirectory for each chunk of trace.
For now, the chunk_path is \0, so the behaviour does not change.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/consumer.c
src/bin/lttng-sessiond/consumer.h
src/bin/lttng-sessiond/kernel-consumer.c
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/save.c
src/bin/lttng-sessiond/snapshot.c
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-consumer.c
This page took 0.030531 seconds and 5 git commands to generate.