Tracepoint API namespacing ctf_string
[lttng-ust.git] / tests / compile / hello / ust_tests_hello.h
index a949e30fe32c5a4fa41c930911a82cae6561fea1..639c7c9f89e3e2f2772c76e312458d53cebafe0b 100644 (file)
@@ -42,7 +42,7 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello, tptest,
                             size_t, textlen)
                lttng_ust_field_sequence_network(long, seqfield_network_3, values,
                             size_t, 3)
-               ctf_string(stringfield, text)
+               lttng_ust_field_string(stringfield, text)
                lttng_ust_field_float(float, floatfield, floatarg)
                lttng_ust_field_float(double, doublefield, doublearg)
                lttng_ust_field_integer(bool, boolfield, boolarg)
This page took 0.024249 seconds and 4 git commands to generate.