Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / doc / examples / demo / ust_tests_demo2.h
index 7f3d878dd9ab94125a3fe9b8a97ec9bea00277f9..9ff9183274d3f4d3835abe33a4673092b8fe1180 100644 (file)
@@ -14,7 +14,7 @@
 #include <stddef.h>
 
 TRACEPOINT_EVENT(ust_tests_demo2, loop,
-       TP_ARGS(int, anint, int, netint, long *, values,
+       LTTNG_UST_TP_ARGS(int, anint, int, netint, long *, values,
                 char *, text, size_t, textlen,
                 double, doublearg, float, floatarg),
        TP_FIELDS(
This page took 0.023801 seconds and 4 git commands to generate.