tracepoint API change: rename TP_ARGS to TP_VARS
[lttng-ust.git] / include / lttng / ust-tracepoint-event.h
index 90e58e09319674ddd62b82d1c44e4bb516b9d216..901f491716263c294c3a01fdb8f7341dab61f4f9 100644 (file)
@@ -421,8 +421,8 @@ static inline size_t __event_get_align__##_provider##___##_name(_proto)           \
 #undef TP_PROTO
 #define TP_PROTO(args...) args
 
-#undef TP_ARGS
-#define TP_ARGS(args...) args
+#undef TP_VARS
+#define TP_VARS(args...) args
 
 #undef TP_FIELDS
 #define TP_FIELDS(args...) args
This page took 0.022447 seconds and 4 git commands to generate.