Namespace kernel version macros
[lttng-modules.git] / src / lttng-context-net-ns.c
index 879a61bd45dd71ef8c5ef0c972024f97cfb0bf00..c9c13e89631eb25529933798d1c86c6a5b0adae5 100644 (file)
@@ -21,7 +21,7 @@
 #include <lttng/tracer.h>
 
 #if defined(CONFIG_NET_NS) && \
-       (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
+       (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0))
 
 static
 size_t net_ns_get_size(size_t offset)
This page took 0.022506 seconds and 4 git commands to generate.