X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2Ftracepoint-provider.h;h=2ac10d81f4793071174ca7171074a0a984632539;hb=e9f549af207b2228357442e1fafa109bd459e6f3;hp=089c1018daf2032e8e138491af828dbdf8a3c7a7;hpb=5b393d6424d959e2efbb800b0c8a61b81bf9968e;p=lttng-ust.git diff --git a/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.h b/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.h index 089c1018..2ac10d81 100644 --- a/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.h +++ b/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.h @@ -22,7 +22,7 @@ LTTNG_UST_TRACEPOINT_EVENT( const char *, query_name ), LTTNG_UST_TP_FIELDS( - ctf_string(query_name, query_name) + lttng_ust_field_string(query_name, query_name) ) ) @@ -33,7 +33,7 @@ LTTNG_UST_TRACEPOINT_EVENT( const char *, alignment ), LTTNG_UST_TP_FIELDS( - ctf_string(alignment, alignment) + lttng_ust_field_string(alignment, alignment) ) )