tracepoint API change: rename TP_ARGS to TP_VARS
[lttng-ust.git] / liblttng-ust / probes / lttng-probe-ust.h
index 8835dba67e2e29ce6347d558e47903418a9e107a..c8525fd92c3c743e090b8a9e3e2d547723dd63b2 100644 (file)
@@ -28,7 +28,7 @@ TRACEPOINT_EVENT(lttng, metadata,
 
        TP_PROTO(const char *str),
 
-       TP_ARGS(str),
+       TP_VARS(str),
 
        /*
         * Not exactly a string: more a sequence of bytes (dynamic
This page took 0.022889 seconds and 4 git commands to generate.