Fix: report error to client on consumerd error
authorDavid Goulet <dgoulet@efficios.com>
Thu, 19 Apr 2012 14:58:42 +0000 (10:58 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 19 Apr 2012 15:05:22 +0000 (11:05 -0400)
commitf22d70f06b5e8218485491fc9c4d63b240ed49c1
tree8fbb260442e799dc85eaf12e963451682a2c1631
parent0e4ec34fb67a1c7f79810de437ab22f496ecd430
Fix: report error to client on consumerd error

Adds a consumer daemon state flag that allows us to know the state of
the consumer during client command processing.

Please refer to the comment in lttng-sessiond/main.c above the
definition of those flags for more information and a possible race
condition issue.

This is a quick fix for bug #137 that will be merged in 2.0-stable
branch.

Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng.1
src/bin/lttng-sessiond/main.c
src/common/sessiond-comm/sessiond-comm.c
src/common/sessiond-comm/sessiond-comm.h
This page took 0.025503 seconds and 4 git commands to generate.