Fix: remove ua_sess->started assert on stop trace
authorDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 17:05:24 +0000 (12:05 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 17:05:24 +0000 (12:05 -0500)
commitc45536e170aa9ba8aeb9ba21da25b7cec73392f6
tree08231fa93b2a093752df94fdecce2a1543cfdeda
parent198e7caf42f0c79846abf5fd698828019cbcff0b
Fix: remove ua_sess->started assert on stop trace

It's totally possible that a start failed for a specific app but the
started flag is set for the global session making a stop trace possible
on a failed started session.

The assert is no longer valid since this code flow is possible.

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