From: Mathieu Desnoyers Date: Mon, 19 Nov 2018 21:09:28 +0000 (-0500) Subject: Fix: relayd: rotation pending off-by-one X-Git-Tag: v2.12.0-rc1~686 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=2280aad182048e5726940eab9b42a00f5f92b53a;hp=2280aad182048e5726940eab9b42a00f5f92b53a;p=lttng-tools.git Fix: relayd: rotation pending off-by-one We need to compare with <= rather than < in the rotation pending check on the relay daemon side, similarly to the check done in the consumer daemon check_stream_rotation_pending(). Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---