From: Mathieu Desnoyers Date: Mon, 27 Jan 2014 03:39:44 +0000 (-0500) Subject: Fix: consumerd: HT init/teardown with program X-Git-Tag: v2.5.0-rc1~247 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=inline;h=282dadbc28bdf6c8565bd0cabd6a2fbffb6b9396;hp=282dadbc28bdf6c8565bd0cabd6a2fbffb6b9396;p=lttng-tools.git Fix: consumerd: HT init/teardown with program Hash tables shared between threads should not be initialized by a specific thread, because the other threads could start using it before it is initialized. Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet ---