Fix: put session list lock around the app registration
authorDavid Goulet <dgoulet@efficios.com>
Mon, 18 Feb 2013 21:05:58 +0000 (16:05 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 18 Feb 2013 21:05:58 +0000 (16:05 -0500)
A successful call from ust_app_register makes the application visible to
the tracing registry on the client side so by moving this lock at the
start of the registration process until the end, we are certain that the
application does not receive an out of order message during
registration.

It basically protects the application registration from tracing command
such as enable-event.

This has been fixed in the master branch by an other commit during the
2.2 development phase.

Signed-off-by: David Goulet <dgoulet@efficios.com>

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