Namespace kernel version macros
[lttng-modules.git] / src / lttng-context-cgroup-ns.c
index 27f00f6bd78dd7e309cad8ff0252b6bc0e39a88a..3a9429780c83a2f471ad0b2250c8595638e6e458 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.023044 seconds and 4 git commands to generate.