Convert hello-static-lib test to a build test
[lttng-ust.git] / tests / register_test / tp.h
index 86d340c78ff4411c03c55e3b95ffaa14d88a026f..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 */
@@ -37,4 +37,4 @@ TRACEPOINT_EVENT(hello_tptest,
 #define TRACE_INCLUDE_FILE tp
 
 /* This part must be outside protection */
-#include <ust/define_trace.h>
+#include <ust/tracepoint_event.h>
This page took 0.023807 seconds and 4 git commands to generate.