Tracepoint API change: combine TP_PROTO and TP_VARS into TP_ARGS, remove _NOARGS...
[lttng-ust.git] / liblttng-ust / probes / lttng-probe-ust.h
index 3ae9e02069e48b8ae21064efe890812464f7ddc5..17b6544219f568709266660671c31b4f40aff74c 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
This page took 0.023229 seconds and 4 git commands to generate.