X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Ftp%2Flttng-ust-tracelog.h;h=5e8d9f0d78e92c3166d10b1019d7cb427bde2f70;hb=ddde62caf455d5abd235c916c7db07214b161129;hp=76b0cb300b420a33eb17aab31db73891196aab19;hpb=3202f63a4d5e599bf22d6711828614b58c7efcba;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracelog.h b/include/lttng/tp/lttng-ust-tracelog.h index 76b0cb30..5e8d9f0d 100644 --- a/include/lttng/tp/lttng-ust-tracelog.h +++ b/include/lttng/tp/lttng-ust-tracelog.h @@ -15,7 +15,7 @@ LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_tracelog, tlclass, lttng_ust_field_string(file, file) lttng_ust_field_string(func, func) lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len) - ctf_unused(ip) + lttng_ust_field_unused(ip) ) )