Tracepoint API namespacing ctf_sequence
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracelog.h
index c8ae05982d4f8285e66ce8c5f26c493386196248..6cae9a74c88a37d2cd579898336734268894885c 100644 (file)
@@ -14,7 +14,7 @@ LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_tracelog, tlclass,
                lttng_ust_field_integer(int, line, line)
                ctf_string(file, file)
                ctf_string(func, func)
-               ctf_sequence_text(char, msg, msg, unsigned int, len)
+               lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len)
                ctf_unused(ip)
        )
 )
This page took 0.022865 seconds and 4 git commands to generate.