Use consumer fd reference in consumer socket obj
authorDavid Goulet <dgoulet@efficios.com>
Mon, 26 Aug 2013 16:26:10 +0000 (12:26 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 26 Aug 2013 19:35:02 +0000 (15:35 -0400)
commit4ce514c43483ba24fd935024da5b7aca681a7e52
treeab9eee4135d519057a7be6295c54767f09423942
parentba28686d644c949b91fba24738c645a62ca26286
Use consumer fd reference in consumer socket obj

This is done so we don't copy the fd value of the consumer thus having a
central control. This is part of a set of patches that makes the session
daemon stop sending command to an invalid consumer (dead, closed).

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@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/kernel.c
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/ust-consumer.c
This page took 0.02875 seconds and 4 git commands to generate.