Fix double start/stop trace
authorDavid Goulet <dgoulet@efficios.com>
Wed, 15 Feb 2012 00:00:56 +0000 (19:00 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 15 Feb 2012 00:00:59 +0000 (19:00 -0500)
commit9bc07046c0e2a572eb3821e276949537614f74e0
tree72cf4495aed6773eb3d23e0afa90283b2976b52e
parentd32fb0935e594470f6a7e9ff0797ef101c500797
Fix double start/stop trace

The started flag, use to detect start vs restart, was set to 0 when
stopping tracing which is really not suppose to. An assert has been
addedd to detect a started = 0 at this stage which is a bad execution
flow error.

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