X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracelog.h;h=95564707aa37db14da0ec721426034cefa3b0990;hb=5152f6df156d6ccb234965d1b3d26b167bd6b94e;hp=abc66a0c68998653b40278fb3cac61ed2334bff0;hpb=2208d8b5689264e35ed0a660d8c3c82021cc0367;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracelog.h b/include/lttng/tp/lttng-ust-tracelog.h index abc66a0c..95564707 100644 --- a/include/lttng/tp/lttng-ust-tracelog.h +++ b/include/lttng/tp/lttng-ust-tracelog.h @@ -15,6 +15,7 @@ TRACEPOINT_EVENT_CLASS(lttng_ust_tracelog, tlclass, ctf_string(file, file) ctf_string(func, func) ctf_sequence_text(char, msg, msg, unsigned int, len) + ctf_unused(ip) ) )