X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2Fsample_component_provider.h;fp=doc%2Fexamples%2Feasy-ust%2Fsample_component_provider.h;h=39d748e7cb43da1b0b7f2c5383e6fdbf6ffea945;hb=3202f63a4d5e599bf22d6711828614b58c7efcba;hp=d6eb19dd950a6a6adce0d0a061e21357ad88ba96;hpb=1d188af9688feee0ec4e34038113a0edccddd4ea;p=lttng-ust.git diff --git a/doc/examples/easy-ust/sample_component_provider.h b/doc/examples/easy-ust/sample_component_provider.h index d6eb19dd..39d748e7 100644 --- a/doc/examples/easy-ust/sample_component_provider.h +++ b/doc/examples/easy-ust/sample_component_provider.h @@ -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) ) ) /*