X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=doc%2Fexamples%2Feasy-ust%2Fsample_component_provider.h;h=ae29e0ec69d77502221595b6a8b337770be51252;hb=efa14d169c6336fa8b9f478538ac7968ef9c0338;hp=9aa85f5282d93454f7048dc71bcb381f4ac5b62c;hpb=cadfcbfcd89795086bfeb49af84dadc35154c754;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 9aa85f52..ae29e0ec 100644 --- a/doc/examples/easy-ust/sample_component_provider.h +++ b/doc/examples/easy-ust/sample_component_provider.h @@ -76,10 +76,10 @@ TRACEPOINT_EVENT( */ LTTNG_UST_TP_ARGS(const char *, text), /* - * TP_FIELDS describes how to write the fields of the trace event. + * LTTNG_UST_TP_FIELDS describes how to write the fields of the trace event. * You can use the args here */ - TP_FIELDS( + LTTNG_UST_TP_FIELDS( /* * The ctf_string macro takes a c string and writes it into a field * named "message"