X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Finstrumentation%2Fevents%2F9p.h;h=209943bc2f102a2f3747141b0e31fa6feaa35c8b;hb=2eb43df613157244ac7b391f77d81d8149f919b8;hp=0123bbfc9b564ed23ca3f224a2ebeb3e40800fec;hpb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;p=lttng-modules.git diff --git a/include/instrumentation/events/9p.h b/include/instrumentation/events/9p.h index 0123bbfc..209943bc 100644 --- a/include/instrumentation/events/9p.h +++ b/include/instrumentation/events/9p.h @@ -6,9 +6,9 @@ #define LTTNG_TRACE_9P_H #include -#include +#include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,14,0)) LTTNG_TRACEPOINT_EVENT(9p_client_req, TP_PROTO(struct p9_client *clnt, int8_t type, int tag),