Channel rotate pipe between sessiond and the consumers
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 13 Dec 2017 18:24:34 +0000 (13:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 12 Mar 2018 16:03:29 +0000 (12:03 -0400)
commit62c43103c60bd704cd8ed7acaaa22465802f5673
treebc56a81c43457e1836a1f2ca1ac1171f60f07855
parent8024cc8c4f2b6b0413b2e8d5b5bf01024a91a337
Channel rotate pipe between sessiond and the consumers

This new pipe is used by the consumers to inform the session daemon (in
the rotation_thread) that it has finished the rotation of a channel. In
this patch, we only setup the pipe between the daemons, it is not yet in
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/main.c
src/common/consumer/consumer.h
src/common/kernel-consumer/kernel-consumer.c
src/common/ust-consumer/ust-consumer.c
This page took 0.025278 seconds and 4 git commands to generate.