X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Fust_tests_demo2.h;h=7bd3c9b6b72c9a94a19b65ac5eed728b98a7ad08;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=5339e513876caf5d79cbf0b3ce9bd27a1a537ce3;hpb=251c9f75028bda8453a048978ec221b70a652153;p=lttng-ust.git diff --git a/doc/examples/demo/ust_tests_demo2.h b/doc/examples/demo/ust_tests_demo2.h index 5339e513..7bd3c9b6 100644 --- a/doc/examples/demo/ust_tests_demo2.h +++ b/doc/examples/demo/ust_tests_demo2.h @@ -18,11 +18,11 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_demo2, loop, char *, text, size_t, textlen, double, doublearg, float, floatarg), LTTNG_UST_TP_FIELDS( - ctf_integer(int, intfield, anint) - ctf_integer_hex(int, intfield2, anint) - ctf_integer(long, longfield, anint) - ctf_integer_network(int, netintfield, netint) - ctf_integer_network_hex(int, netintfieldhex, netint) + lttng_ust_field_integer(int, intfield, anint) + lttng_ust_field_integer_hex(int, intfield2, anint) + lttng_ust_field_integer(long, longfield, anint) + lttng_ust_field_integer_network(int, netintfield, netint) + lttng_ust_field_integer_network_hex(int, netintfieldhex, netint) ctf_array(long, arrfield1, values, 3) ctf_array_text(char, arrfield2, text, 10) ctf_sequence(char, seqfield1, text,