Fix: mark rotation pending check timer is never marked as disabled
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 21 Nov 2018 23:09:52 +0000 (18:09 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 3 Dec 2018 00:41:01 +0000 (19:41 -0500)
commit3cf0ebeef90a629c59333544a9fb3bd75f2dbfc6
treea696d0f80aef9b17f992fb58f9959fe22e9701d8
parentc7031a2c707646804e0088d069578d5eb74fc01e
Fix: mark rotation pending check timer is never marked as disabled

The rotation pending check timer is launched in "one-shot" mode.
However, it is marked as enabled for the whole duration of the
rotation pending check phase.

This change ensures that the timer is marked as disabled when
the session rotation pending reaches the "completed" state.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/timer.c
This page took 0.026033 seconds and 5 git commands to generate.