From: Jérémie Galarneau Date: Wed, 21 Nov 2018 23:09:52 +0000 (-0500) Subject: Fix: mark rotation pending check timer is never marked as disabled X-Git-Tag: v2.12.0-rc1~735 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3cf0ebeef90a629c59333544a9fb3bd75f2dbfc6;hp=3cf0ebeef90a629c59333544a9fb3bd75f2dbfc6 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 ---