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, 10 Dec 2018 20:24:49 +0000 (15:24 -0500)
commit2e8a93948af28e12866f415d40b5c414ad77baf8
tree1f0c9a72668e4beead4dbf40d3f41fe32c1fb7ce
parent8b0602a9ee1a03ec24ac46d95ec051fb2be0c6e4
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.026143 seconds and 4 git commands to generate.