Fix: wrong check on session started on stop command
authorDavid Goulet <dgoulet@efficios.com>
Wed, 19 Dec 2012 19:13:24 +0000 (14:13 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 19 Dec 2012 19:13:29 +0000 (14:13 -0500)
commitf9dfc3d95caf3a7d927d58f252006390e168a1c2
tree3e317eca4b7b6f2c456d48b898adf9922dde0fd2
parentbb63afd9d236f8aa96935ce21f415d76452187e2
Fix: wrong check on session started on stop command

This is problematic for application that lives longer than the tracing
session so the make check unfortunately did not catch this problem since
we either kill the applications before the stop or wait for them to die.

I will quote a colleague of mine on IRC after discovering this:
14:14 < cbab> moar tests!

:)

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