Tracepoint API namespacing ctf_string
[lttng-ust.git] / doc / examples / easy-ust / sample_component_provider.h
index d6eb19dd950a6a6adce0d0a061e21357ad88ba96..39d748e7cb43da1b0b7f2c5383e6fdbf6ffea945 100644 (file)
@@ -81,10 +81,10 @@ LTTNG_UST_TRACEPOINT_EVENT(
         */
        LTTNG_UST_TP_FIELDS(
        /*
-        * The ctf_string macro takes a c string and writes it into a field
+        * The lttng_ust_field_string macro takes a c string and writes it into a field
         * named "message"
         */
-               ctf_string(message, text)
+               lttng_ust_field_string(message, text)
        )
 )
 /*
This page took 0.02397 seconds and 4 git commands to generate.