fix: Include signal.h instead of irq.h for prototype match check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 15:54:41 +0000 (10:54 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 15:56:40 +0000 (10:56 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-probe-signal.c

index 0de88bc812f4fe2bbd5bd3405af5f7ded59273cc..ddea4fa410983bdbbf2551e88acfcc6023856576 100644 (file)
@@ -14,7 +14,7 @@
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
-#include <trace/events/irq.h>
+#include <trace/events/signal.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.025027 seconds and 4 git commands to generate.