X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Fust_tests_demo3.h;h=8b79c06862397eceeef583818347137ab1dc802a;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=bc0293a8f4f765979d4a0ead80e0f4cf15af7ea1;hpb=251c9f75028bda8453a048978ec221b70a652153;p=lttng-ust.git diff --git a/doc/examples/demo/ust_tests_demo3.h b/doc/examples/demo/ust_tests_demo3.h index bc0293a8..8b79c068 100644 --- a/doc/examples/demo/ust_tests_demo3.h +++ b/doc/examples/demo/ust_tests_demo3.h @@ -15,7 +15,7 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_demo3, done, LTTNG_UST_TP_ARGS(int, value), LTTNG_UST_TP_FIELDS( - ctf_integer(int, value, value) + lttng_ust_field_integer(int, value, value) ) ) LTTNG_UST_TRACEPOINT_LOGLEVEL(ust_tests_demo3, done, LTTNG_UST_TRACEPOINT_LOGLEVEL_WARNING)