X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fgen-tp%2Fsample_tracepoint.tp;h=47462415c9ec8cb61c705547c0e0e605f9b5d677;hb=3202f63a4d5e599bf22d6711828614b58c7efcba;hp=62489262468085d35b07a90331a41e8aa16b93e2;hpb=1d188af9688feee0ec4e34038113a0edccddd4ea;p=lttng-ust.git diff --git a/doc/examples/gen-tp/sample_tracepoint.tp b/doc/examples/gen-tp/sample_tracepoint.tp index 62489262..47462415 100644 --- a/doc/examples/gen-tp/sample_tracepoint.tp +++ b/doc/examples/gen-tp/sample_tracepoint.tp @@ -3,7 +3,7 @@ LTTNG_UST_TRACEPOINT_EVENT( message, // C++ Style comment LTTNG_UST_TP_ARGS(const char *, text), LTTNG_UST_TP_FIELDS( - ctf_string(message, text) + lttng_ust_field_string(message, text) ) ) /*