X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Ftest-app-ctx%2Fust_tests_hello.h;h=006b8a1e96190dca9ae67f44cd04972ee50212a9;hb=cadfcbfcd89795086bfeb49af84dadc35154c754;hp=c8307296f7c6acab0cdcef88713e6ec1b8410f80;hpb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;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 c8307296..006b8a1e 100644 --- a/tests/compile/test-app-ctx/ust_tests_hello.h +++ b/tests/compile/test-app-ctx/ust_tests_hello.h @@ -15,7 +15,7 @@ #include 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, bool, boolarg), @@ -40,7 +40,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, ) TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler, - TP_ARGS(), + LTTNG_UST_TP_ARGS(), TP_FIELDS() )