Keep the base directory of a relay session separate
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 11 Dec 2017 19:16:06 +0000 (14:16 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 28 Feb 2018 22:11:17 +0000 (17:11 -0500)
commit2b29c638278807c1536634ce49f0c9c053b3ab5f
treeeee0939a380d17708f4190e3c1d627fac7173c64
parent366a9222abc182bf77de1b806256aa9a9dc8832a
Keep the base directory of a relay session separate

For the session rotation feature, we need a way to modify the path of a
channel, so we need to keep the "<hostname>/<session-name>" information
separate in the consumer_net structure for future use.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/consumer.c
src/bin/lttng-sessiond/consumer.h
src/bin/lttng-sessiond/kernel-consumer.c
src/bin/lttng-sessiond/ust-consumer.c
This page took 0.025454 seconds and 4 git commands to generate.