Fix: don't set enabled flag is session start fails
authorDavid Goulet <dgoulet@efficios.com>
Tue, 25 Mar 2014 16:14:01 +0000 (12:14 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 10 Jul 2014 19:26:52 +0000 (15:26 -0400)
commita5a2d0c25460639304b9bd3991d874774553a39c
treed7e3022f7cee4c71a7f7ef4517dc397b7b3d100b
parentb20544380e8a0a99ac092e46192b437f62008c4a
Fix: don't set enabled flag is session start fails

The "started" var. is changed to the flag "has_been_started" indicating
if at least ONE start command has been seen.

The "enabled" var. is changed to the flag "active" and the semantic is
the same.

Backported from master.

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

Conflicts:
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/session.h
This page took 0.026092 seconds and 4 git commands to generate.