Fix all -Wdiscarded-qualifiers warning instances
[lttng-tools.git] / tests / regression / ust / low-throughput / tp.h
index 3fa8c9a2dd9e5f08c52cc918e61a3888e0b211a1..3ec3c40c199b0918607a68e8d64a5652e698b0d3 100644 (file)
@@ -14,7 +14,7 @@
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_EVENT(tp, slow,
-       TP_ARGS(unsigned int, c, char *, thread_name),
+       TP_ARGS(unsigned int, c, const char *, thread_name),
        TP_FIELDS(
                ctf_integer(unsigned int, counter, c)
                ctf_string(th_name, thread_name)
This page took 0.022987 seconds and 4 git commands to generate.