From: David Goulet Date: Mon, 10 Dec 2012 21:11:15 +0000 (-0500) Subject: Fix: Allocate stream hash table in respective threads X-Git-Tag: v2.1.0~68 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=04bb2b6422d74dd96498fbdda5fce5cc42cb2f4a;hp=04bb2b6422d74dd96498fbdda5fce5cc42cb2f4a Fix: Allocate stream hash table in respective threads Allocation and destroy are now in the same thread for both metadata and data hash table. Signed-off-by: David Goulet ---