Fix: consumerd: HT init/teardown with program
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Jan 2014 03:39:44 +0000 (22:39 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 4 Feb 2014 20:09:21 +0000 (15:09 -0500)
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 <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
Conflicts:
src/bin/lttng-consumerd/lttng-consumerd.c
src/common/consumer.c


No differences found
This page took 0.025057 seconds and 4 git commands to generate.