Tracepoint API namespacing ctf_string
[lttng-ust.git] / tests / compile / test-app-ctx / ust_tests_hello.h
index 4fe2b6c6324ebef05dc8e43a8dc6ca2fffe8595c..a73717ae17eeb3e91eb34e3ceb702929c893cc3d 100644 (file)
@@ -31,7 +31,7 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello, tptest,
                             size_t, textlen)
                lttng_ust_field_sequence_text(char, seqfield2, text,
                             size_t, textlen)
-               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.023103 seconds and 4 git commands to generate.