Fix: sessiond: check for lttng-modules ABI 2.1 rather than 2.8
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Dec 2019 03:13:10 +0000 (22:13 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Feb 2020 17:20:24 +0000 (12:20 -0500)
commit6ae77d9fda9cd7e241e7a1f2ab2492fb48c3e625
treea6c17e489ed2d6a33cab2959fdb3920a7856b89e
parent9090be90d58940074561e08172fc73c4b228617c
Fix: sessiond: check for lttng-modules ABI 2.1 rather than 2.8

The clear patchset introduces a regression that breaks session
rotations when the kernel domain is used. The 2.8 lttng-modules ABI
does not exist yet.

The packet sequence number functionality was introduced in LTTng 2.8,
which introduced the 2.1 kernel tracer ABI.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ief97e7e25f6f0fcb5b5b97b39abb417c1eb327ec
src/bin/lttng-sessiond/kernel.c
This page took 0.025326 seconds and 4 git commands to generate.