X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracelog.h;h=6cae9a74c88a37d2cd579898336734268894885c;hb=1d188af9688feee0ec4e34038113a0edccddd4ea;hp=c8ae05982d4f8285e66ce8c5f26c493386196248;hpb=10937ee5c85456292ce4e8d67c9ac7bc37caf974;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracelog.h b/include/lttng/tp/lttng-ust-tracelog.h index c8ae0598..6cae9a74 100644 --- a/include/lttng/tp/lttng-ust-tracelog.h +++ b/include/lttng/tp/lttng-ust-tracelog.h @@ -14,7 +14,7 @@ LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_tracelog, tlclass, lttng_ust_field_integer(int, line, line) ctf_string(file, file) ctf_string(func, func) - ctf_sequence_text(char, msg, msg, unsigned int, len) + lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len) ctf_unused(ip) ) )