summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bb63afd)
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>
* from either the application manager thread or the command thread. Simply
* indicate that this is a stop error.
*/
* from either the application manager thread or the command thread. Simply
* indicate that this is a stop error.
*/
- if (ua_sess->started == 1) {
+ if (!ua_sess->started) {