X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-ext4.c;h=157c9db4be3625cd2218ef7fd4cbf3dffff4dd1e;hb=31c77635394eb16a84e467ced6cb35b23d491ece;hp=176186e3516a7c4b55ef3da11636db309bed0a9e;hpb=aea65df5df64560b10619a7221825a17983b25ba;p=lttng-modules.git diff --git a/probes/lttng-probe-ext4.c b/probes/lttng-probe-ext4.c index 176186e3..157c9db4 100644 --- a/probes/lttng-probe-ext4.c +++ b/probes/lttng-probe-ext4.c @@ -27,6 +27,7 @@ #include <../fs/ext4/mballoc.h> #include <../fs/ext4/ext4_extents.h> #include +#include "../lttng-tracer.h" /* * Create the tracepoint static inlines from the kernel to validate that our @@ -49,3 +50,7 @@ MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng ext4 probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);