X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fcompile%2Fhello%2Fust_tests_hello.h;h=c717a4c87cfdc365a9cd6094498836e81ee8cca7;hb=cadfcbfcd89795086bfeb49af84dadc35154c754;hp=2478a947ca15ab504a2681c9f8d783d41e0a80e8;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/tests/compile/hello/ust_tests_hello.h b/tests/compile/hello/ust_tests_hello.h index 2478a947..c717a4c8 100644 --- a/tests/compile/hello/ust_tests_hello.h +++ b/tests/compile/hello/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), @@ -51,7 +51,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, ) TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler, - TP_ARGS(), + LTTNG_UST_TP_ARGS(), TP_FIELDS() )