X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Fust_tests_demo2.h;h=fadb1e4e2d6e9fb4474794d3349a80426cf3bd04;hb=efa14d169c6336fa8b9f478538ac7968ef9c0338;hp=9ff9183274d3f4d3835abe33a4673092b8fe1180;hpb=cadfcbfcd89795086bfeb49af84dadc35154c754;p=lttng-ust.git diff --git a/doc/examples/demo/ust_tests_demo2.h b/doc/examples/demo/ust_tests_demo2.h index 9ff91832..fadb1e4e 100644 --- a/doc/examples/demo/ust_tests_demo2.h +++ b/doc/examples/demo/ust_tests_demo2.h @@ -17,7 +17,7 @@ TRACEPOINT_EVENT(ust_tests_demo2, loop, LTTNG_UST_TP_ARGS(int, anint, int, netint, long *, values, char *, text, size_t, textlen, double, doublearg, float, floatarg), - TP_FIELDS( + LTTNG_UST_TP_FIELDS( ctf_integer(int, intfield, anint) ctf_integer_hex(int, intfield2, anint) ctf_integer(long, longfield, anint)