Cleanup: modinfo keys
[lttng-modules.git] / tests / clock-plugin / lttng-clock-plugin-test.c
index 55facb77755ba5b581f95f403ba2ee154b60e1f4..6fbd8455eada12fe1a0cdc4b87feac84eda9b31c 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/hrtimer.h>
 #include <linux/time.h>
 
+#include <lttng-tracer.h>
 #include <lttng-clock.h>       /* From lttng-modules */
 
 static u64 trace_clock_read64_example(void)
@@ -79,3 +80,7 @@ module_exit(lttng_clock_plugin_exit);
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
 MODULE_DESCRIPTION("LTTng Clock Plugin Example");
+MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "."
+       __stringify(LTTNG_MODULES_MINOR_VERSION) "."
+       __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION)
+       LTTNG_MODULES_EXTRAVERSION);
This page took 0.024267 seconds and 4 git commands to generate.