From: David Goulet Date: Tue, 6 Nov 2012 15:18:26 +0000 (-0500) Subject: Remove consumer poll timeout in data thread X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=cb365c03b0b4efc0d3f0875be586a8f4f270aaf6;hp=cb365c03b0b4efc0d3f0875be586a8f4f270aaf6;p=lttng-tools.git Remove consumer poll timeout in data thread This was originally used to stop any poll() after a grace period when a session daemon dies in case of weird stuck fd(s). However, things have changed a bit especially on the UST tracer side where all stream handles are now cleaned up if the session daemon socket hang up which than release every stream on the consumer and finally quits gracefully. Signed-off-by: David Goulet ---