Update comment
[lttng-ust.git] / liblttng-ust / probes / lttng-probe-ust.h
index 3ae9e02069e48b8ae21064efe890812464f7ddc5..5fd016ae5c6e686586d1cb945aa08374e92501c5 100644 (file)
@@ -26,9 +26,7 @@
 
 TRACEPOINT_EVENT(lttng_ust, metadata,
 
-       TP_PROTO(const char *str),
-
-       TP_VARS(str),
+       TP_ARGS(const char *, str),
 
        /*
         * Not exactly a string: more a sequence of bytes (dynamic
@@ -47,5 +45,5 @@ TRACEPOINT_EVENT(lttng_ust, metadata,
 
 #endif /* _TRACEPOINT_LTTNG_UST_H */
 
-/* This part must be outside protection */
+/* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.023429 seconds and 4 git commands to generate.