Version 2.4.4
[lttng-modules.git] / probes / lttng-probe-statedump.c
index 9232a518b687f6532987c8810b8e4b3ecaebcdf8..d5b2957fae5ab070247403a767ad50e3f8366ccf 100644 (file)
@@ -27,7 +27,9 @@
 #include <linux/ip.h>
 #include <linux/netdevice.h>
 #include <linux/inetdevice.h>
+#include <linux/sched.h>
 #include "../lttng-events.h"
+#include "../lttng-tracer.h"
 
 /*
  * Create LTTng tracepoint probes.
@@ -43,3 +45,7 @@
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
 MODULE_DESCRIPTION("LTTng statedump 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.023639 seconds and 4 git commands to generate.