X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-context-net-ns.c;h=32f0b599cda06c18e55390134ada76fd0f51932b;hb=2d0428212cbfa3f8428feee160b095f48c2ac974;hp=37de09f7bd3c010a53c990b2bacd8beffee375cd;hpb=e0f2366419fc59700e575bab82a41255c51de2dc;p=lttng-modules.git diff --git a/lttng-context-net-ns.c b/lttng-context-net-ns.c index 37de09f7..32f0b599 100644 --- a/lttng-context-net-ns.c +++ b/lttng-context-net-ns.c @@ -21,7 +21,7 @@ #include #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)