X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2Fust_tests_hello.h;h=6da2c4dfe735bd496f6ee8d733d9cae53b2cd4ef;hb=efa14d169c6336fa8b9f478538ac7968ef9c0338;hp=1e3f2f8ec2fcfe4e6caa3592e0ea437f44681720;hpb=cadfcbfcd89795086bfeb49af84dadc35154c754;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 1e3f2f8e..6da2c4df 100644 --- a/tests/compile/hello.cxx/ust_tests_hello.h +++ b/tests/compile/hello.cxx/ust_tests_hello.h @@ -29,7 +29,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, char *, text, size_t, textlen, double, doublearg, float, floatarg, int, enumarg), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_integer(int, intfield, anint) ctf_integer_hex(int, intfield2, anint) ctf_integer(long, longfield, anint) @@ -50,7 +50,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler, LTTNG_UST_TP_ARGS(), - TP_FIELDS() + LTTNG_UST_TP_FIELDS() ) #endif /* _TRACEPOINT_UST_TESTS_HELLO_H */