X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2Fust_tests_hello.h;h=1e3f2f8ec2fcfe4e6caa3592e0ea437f44681720;hb=cadfcbfcd89795086bfeb49af84dadc35154c754;hp=1963e737f4aeef2658efb767aa0158d18f08612d;hpb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;p=lttng-ust.git diff --git a/tests/compile/hello.cxx/ust_tests_hello.h b/tests/compile/hello.cxx/ust_tests_hello.h index 1963e737..1e3f2f8e 100644 --- a/tests/compile/hello.cxx/ust_tests_hello.h +++ b/tests/compile/hello.cxx/ust_tests_hello.h @@ -25,7 +25,7 @@ TRACEPOINT_ENUM(ust_tests_hello, my_enum, ) TRACEPOINT_EVENT(ust_tests_hello, tptest, - 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, int, enumarg), @@ -49,7 +49,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, ) TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler, - TP_ARGS(), + LTTNG_UST_TP_ARGS(), TP_FIELDS() )