From: David Goulet Date: Tue, 29 Jan 2013 17:26:09 +0000 (-0500) Subject: Fix: remove consumer health poll update on startup X-Git-Tag: v2.2.0-rc1~72 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=855060f867357c4ed856d7b5940cf77513f7fccf;hp=855060f867357c4ed856d7b5940cf77513f7fccf Fix: remove consumer health poll update on startup With the TLS health state, the consumer thread has to register in order to be validated during the health check so the poll update work around is no longer needed andi replaced with a simple code update just after the health registration of the thread. This has been reported after the TLS feature ticket #411 has been implemented. Fixes #428 Signed-off-by: David Goulet ---