X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fcompile%2Ftest-app-ctx%2Fust_tests_hello.h;h=a73717ae17eeb3e91eb34e3ceb702929c893cc3d;hb=3202f63a4d5e599bf22d6711828614b58c7efcba;hp=4fe2b6c6324ebef05dc8e43a8dc6ca2fffe8595c;hpb=1d188af9688feee0ec4e34038113a0edccddd4ea;p=lttng-ust.git diff --git a/tests/compile/test-app-ctx/ust_tests_hello.h b/tests/compile/test-app-ctx/ust_tests_hello.h index 4fe2b6c6..a73717ae 100644 --- a/tests/compile/test-app-ctx/ust_tests_hello.h +++ b/tests/compile/test-app-ctx/ust_tests_hello.h @@ -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)