Tracepoint API namespacing 'TP_FIELDS'
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracelog.h
index 1a85be3017f14287647a4c733319bf7bf1ceff7a..4665f9ac86024227bc6256e3d4ad902b08032f8a 100644 (file)
@@ -10,7 +10,7 @@
 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),
-       TP_FIELDS(
+       LTTNG_UST_TP_FIELDS(
                ctf_integer(int, line, line)
                ctf_string(file, file)
                ctf_string(func, func)
This page took 0.033613 seconds and 4 git commands to generate.