X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracef.h;h=5bce593e38982093e527c1ef2db80a07dc25b1e2;hp=1bbf33a3aea8d8b17a2b5b7b0528eddc06a3696c;hb=ddde62caf455d5abd235c916c7db07214b161129;hpb=3202f63a4d5e599bf22d6711828614b58c7efcba diff --git a/include/lttng/tp/lttng-ust-tracef.h b/include/lttng/tp/lttng-ust-tracef.h index 1bbf33a3..5bce593e 100644 --- a/include/lttng/tp/lttng-ust-tracef.h +++ b/include/lttng/tp/lttng-ust-tracef.h @@ -11,7 +11,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_tracef, event, LTTNG_UST_TP_ARGS(const char *, msg, unsigned int, len, void *, ip), LTTNG_UST_TP_FIELDS( lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len) - ctf_unused(ip) + lttng_ust_field_unused(ip) ) ) LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG)