lttng-adaptation-layer: add required header (since 2.6)
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 19 Nov 2014 17:59:51 +0000 (12:59 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 20 Nov 2015 16:47:42 +0000 (11:47 -0500)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/lttng-adaptation-layer.md

index 1c117e076e9b2244e164155921de38499516d10d..1595cf2a7ce795f8489de35553b4b1f1d9be2edb 100644 (file)
@@ -28,6 +28,7 @@ Following our `hello_world` event example, here's the content of
 #if !defined(_TRACE_HELLO_H) || defined(TRACE_HEADER_MULTI_READ)
 #define _TRACE_HELLO_H
 
+#include "../../../probes/lttng-tracepoint-event.h"
 #include <linux/tracepoint.h>
 
 LTTNG_TRACEPOINT_EVENT(
This page took 0.023495 seconds and 4 git commands to generate.