X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-random.c;h=483a605e35727cebcbfce1e597d4384fa597cba4;hb=13ab8b0a749053960f81a4924a3ed27775518f94;hp=df9f5510162623a13d425e1631c7e77bc4d4829a;hpb=85abcdf6392879383e0b175e0c247119f083e095;p=lttng-modules.git diff --git a/probes/lttng-probe-random.c b/probes/lttng-probe-random.c index df9f5510..483a605e 100644 --- a/probes/lttng-probe-random.c +++ b/probes/lttng-probe-random.c @@ -22,6 +22,7 @@ */ #include +#include "../lttng-tracer.h" /* * Create the tracepoint static inlines from the kernel to validate that our @@ -41,3 +42,7 @@ MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng random probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);