Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / doc / examples / demo / ust_tests_demo3.h
index 01d4c36f30c904d4cc5bc3f10da2ef70165f554f..f922a44516a335e0f97d3b7c6b5d245f853ef975 100644 (file)
@@ -13,7 +13,7 @@
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_EVENT(ust_tests_demo3, done,
-       TP_ARGS(int, value),
+       LTTNG_UST_TP_ARGS(int, value),
        TP_FIELDS(
                ctf_integer(int, value, value)
        )
This page took 0.024393 seconds and 4 git commands to generate.