Fix: add missing x86 mmutrace kernel header include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Apr 2015 21:33:47 +0000 (17:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Apr 2015 21:55:49 +0000 (17:55 -0400)
Needed to ensure the compiler checks prototypes of lttng-modules probe
against the kernel prototypes.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-probe-kvm-x86-mmu.c

index ab30b2aa9bab87d791fb81e6c6c772056240db07..3488986d5d0cd5730975edc11d484e1d0ad011de 100644 (file)
  */
 #include "../wrapper/tracepoint.h"
 
+#include <../../arch/x86/kvm/mmutrace.h>
+
+#undef TRACE_INCLUDE_PATH
+#undef TRACE_INCLUDE_FILE
+
 /*
  * Create LTTng tracepoint probes.
  */
This page took 0.026509 seconds and 4 git commands to generate.