X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint.h;h=9ec52ef907880f3304c28e6cd8b1b4ba83500ae6;hb=3202f63a4d5e599bf22d6711828614b58c7efcba;hp=cbd01cb4f939d8885e12a496816799e9af5f9ea8;hpb=1d188af9688feee0ec4e34038113a0edccddd4ea;p=lttng-ust.git diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index cbd01cb4..9ec52ef9 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -618,6 +618,9 @@ lttng_ust__tracepoints__ptrs_destroy(void) #define ctf_sequence_network_nowrite lttng_ust_field_sequence_network_nowrite #define ctf_sequence_network_nowrite_hex lttng_ust_field_sequence_network_nowrite_hex #define ctf_sequence_text_nowrite lttng_ust_field_sequence_text_nowrite + +#define ctf_string lttng_ust_field_string +#define ctf_string_nowrite lttng_ust_field_string_nowrite #endif /* #if LTTNG_UST_COMPAT_API(0) */ #ifdef __cplusplus @@ -707,7 +710,7 @@ lttng_ust__tracepoints__ptrs_destroy(void) * lttng_ust_field_sequence_text(char, field_c, string, size_t, strlen) * * * String, printed as UTF8-encoded string * - * ctf_string(field_e, string) + * lttng_ust_field_string(field_e, string) * * * Array sequence of signed integer values * * lttng_ust_field_array(long, field_f, arg4, FIXED_LEN4)