tracepoint API change: rename TP_ARGS to TP_VARS
[lttng-ust.git] / tests / register_test / tp.h
index 2a9081342d17ff57bb87e6690be5bd81b7d4a003..ced2478d228eab75dc88c53c2cac0100ce73ccf1 100644 (file)
@@ -26,7 +26,7 @@
 
 TRACEPOINT_EVENT(hello_tptest,
                 TP_PROTO(int anint),
-                TP_ARGS(anint),
+                TP_VARS(anint),
                 TP_FIELDS());
 
 #endif /* _TRACE_TP_H */
This page took 0.023939 seconds and 5 git commands to generate.