Remove consumer poll timeout in data thread
authorDavid Goulet <dgoulet@efficios.com>
Tue, 6 Nov 2012 15:18:26 +0000 (10:18 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 7 Nov 2012 15:21:01 +0000 (10:21 -0500)
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 <dgoulet@efficios.com>

No differences found
This page took 0.024582 seconds and 4 git commands to generate.