From: David Goulet Date: Thu, 29 Aug 2013 21:40:58 +0000 (-0400) Subject: Fix: correctly close metadata on sessiond thread shutdown X-Git-Tag: v2.3.0-rc3~4 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=be2b50c7b31b4ee99c62cc60ed1be74cef3fc61e;hp=be2b50c7b31b4ee99c62cc60ed1be74cef3fc61e Fix: correctly close metadata on sessiond thread shutdown Introduce a _close_metadata() function that does not take any locks so it can be used by multiple call sites with different locking scheme. Signed-off-by: David Goulet ---