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)
commitab62752a2086ca7672d5326f56da7f0732ccdf47
treee097482e3aa6aa32d7b1e05e7191f7d900badb47
parent30aee250e0f22e3b02d491d280970505ece99859
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 <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
Conflicts:
src/bin/lttng-consumerd/lttng-consumerd.c
src/common/consumer.c
src/bin/lttng-consumerd/lttng-consumerd.c
src/common/consumer.c
src/common/consumer.h
This page took 0.026644 seconds and 4 git commands to generate.