X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-workqueue.c;h=044536e0f728fb8dfdac94ee679699a0fd702472;hb=c782f1f3e8c799b7ba531ba940209014b66d4564;hp=6f36e004c45e9bc0f697beca9c34fa5512f9b3c7;hpb=b87700e318c27267890cbd6fb5e50b687279131b;p=lttng-modules.git diff --git a/probes/lttng-probe-workqueue.c b/probes/lttng-probe-workqueue.c index 6f36e004..044536e0 100644 --- a/probes/lttng-probe-workqueue.c +++ b/probes/lttng-probe-workqueue.c @@ -23,8 +23,10 @@ #include #include +#include "../lttng-tracer.h" struct cpu_workqueue_struct; +struct pool_workqueue; /* * Create the tracepoint static inlines from the kernel to validate that our @@ -46,3 +48,7 @@ struct cpu_workqueue_struct; MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng workqueue probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);