Tracepoint API namespacing ctf_integer
[lttng-ust.git] / doc / examples / demo / ust_tests_demo3.h
index bc0293a8f4f765979d4a0ead80e0f4cf15af7ea1..8b79c06862397eceeef583818347137ab1dc802a 100644 (file)
@@ -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)
This page took 0.023304 seconds and 4 git commands to generate.