Namespace kernel version macros
[lttng-modules.git] / lttng-context-cgroup-ns.c
index f324b7e79e466b60b2686e6e3e62b6d8001acc60..de4a4c9fb0d5da57d9d25878beeeef69a0f18779 100644 (file)
@@ -20,7 +20,7 @@
 #include <lttng-tracer.h>
 
 #if defined(CONFIG_CGROUPS) && \
-       ((LINUX_VERSION_CODE >= KERNEL_VERSION(4,6,0)) || \
+       ((LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,6,0)) || \
         LTTNG_UBUNTU_KERNEL_RANGE(4,4,0,0, 4,5,0,0))
 
 static
This page took 0.023342 seconds and 4 git commands to generate.