X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracelog.h;h=c8ae05982d4f8285e66ce8c5f26c493386196248;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=497b81aa8412746634a8de21460ce572b81e56d5;hpb=251c9f75028bda8453a048978ec221b70a652153;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracelog.h b/include/lttng/tp/lttng-ust-tracelog.h index 497b81aa..c8ae0598 100644 --- a/include/lttng/tp/lttng-ust-tracelog.h +++ b/include/lttng/tp/lttng-ust-tracelog.h @@ -11,7 +11,7 @@ LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_tracelog, tlclass, LTTNG_UST_TP_ARGS(const char *, file, int, line, const char *, func, const char *, msg, unsigned int, len, void *, ip), LTTNG_UST_TP_FIELDS( - ctf_integer(int, line, line) + lttng_ust_field_integer(int, line, line) ctf_string(file, file) ctf_string(func, func) ctf_sequence_text(char, msg, msg, unsigned int, len)