tracepoint API change: rename TP_ARGS to TP_VARS
[lttng-ust.git] / tests / tracepoint / tracepoint_test.h
index 1899fe4e8c16bb2ed965c80281a531845f56790c..bca4be2fd5497e5e26626f7ceb46e32348bee40f 100644 (file)
@@ -1,7 +1,7 @@
 #include <ust/tracepoint.h>
 
-DECLARE_TRACEPOINT(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
-DECLARE_TRACEPOINT(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
+DECLARE_TRACEPOINT(ust_event, TP_PROTO(unsigned int v), TP_VARS(v));
+DECLARE_TRACEPOINT(ust_event2, TP_PROTO(unsigned int v), TP_VARS(v));
 
 struct message {
        char *payload;
This page took 0.023055 seconds and 4 git commands to generate.