X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2Ftp.h;fp=tests%2Fregression%2Fust%2Flow-throughput%2Ftp.h;h=3ec3c40c199b0918607a68e8d64a5652e698b0d3;hp=3fa8c9a2dd9e5f08c52cc918e61a3888e0b211a1;hb=b53d4e59bf0a980aa774dcccc27123986e77b8ff;hpb=4942c25609805b81dc67ea4447eac7f9cddac655 diff --git a/tests/regression/ust/low-throughput/tp.h b/tests/regression/ust/low-throughput/tp.h index 3fa8c9a2d..3ec3c40c1 100644 --- a/tests/regression/ust/low-throughput/tp.h +++ b/tests/regression/ust/low-throughput/tp.h @@ -14,7 +14,7 @@ #include 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)