Fix build and load against linux-2.6.33.x
[lttng-modules.git] / instrumentation / events / lttng-module / lttng.h
index 2d40188a644199a7fa1e5105da2faba7d1aca82d..6f3d6d1412154bde10c2f3ec7e2c666e92c13992 100644 (file)
@@ -12,6 +12,11 @@ TRACE_EVENT(lttng_metadata,
 
        TP_ARGS(str),
 
+       /*
+        * Not exactly a string: more a sequence of bytes (dynamic
+        * array) without the length. This is a dummy anyway: we only
+        * use this declaration to generate an event metadata entry.
+        */
        TP_STRUCT__entry(
                __string(       str,            str     )
        ),
@@ -26,4 +31,4 @@ TRACE_EVENT(lttng_metadata,
 #endif /*  _TRACE_LTTNG_H */
 
 /* This part must be outside protection */
-#include "define_trace.h"
+#include "../../../probes/define_trace.h"
This page took 0.0233 seconds and 4 git commands to generate.