X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Ftest-app-ctx%2Fust_tests_hello.h;h=07051e12e3591d136c41ce3d505d48db2d925f48;hb=efa14d169c6336fa8b9f478538ac7968ef9c0338;hp=006b8a1e96190dca9ae67f44cd04972ee50212a9;hpb=cadfcbfcd89795086bfeb49af84dadc35154c754;p=lttng-ust.git diff --git a/tests/compile/test-app-ctx/ust_tests_hello.h b/tests/compile/test-app-ctx/ust_tests_hello.h index 006b8a1e..07051e12 100644 --- a/tests/compile/test-app-ctx/ust_tests_hello.h +++ b/tests/compile/test-app-ctx/ust_tests_hello.h @@ -19,7 +19,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, char *, text, size_t, textlen, double, doublearg, float, floatarg, bool, boolarg), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_integer(int, intfield, anint) ctf_integer_hex(int, intfield2, anint) ctf_integer(long, longfield, anint) @@ -41,7 +41,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 */