tracepoint API change: rename TP_ARGS to TP_VARS
[lttng-ust.git] / include / lttng / ust-tracepoint-event-reset.h
index 43044ac9020b001601381070be12b65b01082558..0d5611d2ca3391353c896183afd6b83fa8d3120d 100644 (file)
@@ -27,8 +27,8 @@
 #undef TP_PROTO
 #define TP_PROTO(args...)
 
-#undef TP_ARGS
-#define TP_ARGS(args...)
+#undef TP_VARS
+#define TP_VARS(args...)
 
 #undef TP_FIELDS
 #define TP_FIELDS(args...)
This page took 0.024043 seconds and 4 git commands to generate.