From: David Goulet Date: Thu, 19 Apr 2012 14:58:42 +0000 (-0400) Subject: Fix: report error to client on consumerd error X-Git-Tag: v2.0.1~2 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=f22d70f06b5e8218485491fc9c4d63b240ed49c1;hp=f22d70f06b5e8218485491fc9c4d63b240ed49c1;p=lttng-tools.git 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 ---