X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fhello-static-lib%2Fust_tests_hello.h;h=f4fe4b7d5fc4f7978fa6a726112726f3b5f3eab2;hb=cadfcbfcd89795086bfeb49af84dadc35154c754;hp=4b935963ec0f3ca33af67eec366b8b95452ab371;hpb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;p=lttng-ust.git diff --git a/doc/examples/hello-static-lib/ust_tests_hello.h b/doc/examples/hello-static-lib/ust_tests_hello.h index 4b935963..f4fe4b7d 100644 --- a/doc/examples/hello-static-lib/ust_tests_hello.h +++ b/doc/examples/hello-static-lib/ust_tests_hello.h @@ -14,7 +14,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), TP_FIELDS( @@ -36,7 +36,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, ) TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler, - TP_ARGS(), + LTTNG_UST_TP_ARGS(), TP_FIELDS() )