From: David Goulet Date: Thu, 24 Jan 2013 19:20:23 +0000 (-0500) Subject: Fix: health subsystem issues with shared code X-Git-Tag: v2.1.2~20 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=769b7d7ec9067a192a01a8d0c884256e9fa25165;hp=769b7d7ec9067a192a01a8d0c884256e9fa25165;p=lttng-tools.git Fix: health subsystem issues with shared code TLS memory is not used for health state of each thread. This commit probably fixes bug428 as well. The health_init/exit are renamed to health_register/unregister. Fixes #411 Signed-off-by: David Goulet ---