Namespace kernel version macros
[lttng-modules.git] / tests / probes / lttng-test.c
index 7d7982b3cc2782f75716ef7637555952de1be3d8..d35cb18bee916c1213ad741d5723b1de94791e2f 100644 (file)
@@ -90,7 +90,7 @@ end:
        return written;
 }
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,6,0))
 static const struct proc_ops lttng_test_filter_event_proc_ops = {
        .proc_write = lttng_test_filter_event_write,
 };
This page took 0.02297 seconds and 4 git commands to generate.