Version 2.4.4
[lttng-modules.git] / probes / lttng-probe-sched.c
index caef6f70f951b88224ceb7c416698f98d674b12b..e132260f9cd6bacef029fe5e6044c6a256a875f9 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include <linux/module.h>
-#include "../wrapper/tracepoint.h"
+#include "../lttng-tracer.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -29,6 +29,8 @@
  */
 #include <trace/events/sched.h>
 
+#include "../wrapper/tracepoint.h"
+
 /*
  * Create LTTng tracepoint probes.
  */
@@ -41,3 +43,7 @@
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
 MODULE_DESCRIPTION("LTTng sched probes");
+MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "."
+       __stringify(LTTNG_MODULES_MINOR_VERSION) "."
+       __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION)
+       LTTNG_MODULES_EXTRAVERSION);
This page took 0.030302 seconds and 4 git commands to generate.