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 14:58:42 +0000 (10:58 -0400)
commit5c827ce0dce140b121032837510f89cb70d1650d
treeacf1bec7951e636039b1aaae4114443a4aed4da5
parent84c3304d2e2f8114fee99e7bd394094a30583dba
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.025119 seconds and 4 git commands to generate.