Fix missing session locks
authorDavid Goulet <dgoulet@efficios.com>
Tue, 14 Feb 2012 20:35:31 +0000 (15:35 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 14 Feb 2012 20:35:31 +0000 (15:35 -0500)
commit4ee14516054068e38d7dc5dbeaccd39151ca2d06
treea218dbd75247e57c403dd385e3050ed5feb60fca
parentb09c7c76bc6f409ed9c303c81cba168234700568
Fix missing session locks

When an application registers, an update is triggered to create pending
events of the global event registry. This process MUST held the session
lock and the session list locks since it's iterating over all sessions.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/main.c
This page took 0.025858 seconds and 5 git commands to generate.