X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fust_tests_hello.h;h=84a799a05d32946e8b0e92b33158a55539041c9d;hb=48d660d146a6c8c7c8a54a183faac7d493deb32b;hp=e518b0d4903499aa93281d01f8c5e9689c09441d;hpb=39ad74cfd50e473190c5d83fd467089af6639d0f;p=lttng-ust.git diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index e518b0d4..84a799a0 100644 --- a/tests/hello/ust_tests_hello.h +++ b/tests/hello/ust_tests_hello.h @@ -46,6 +46,8 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, size_t, textlen) ctf_sequence_text(char, seqfield2, text, size_t, textlen) + ctf_sequence_network(long, seqfield_network_3, values, + size_t, 3) ctf_string(stringfield, text) ctf_float(float, floatfield, floatarg) ctf_float(double, doublefield, doublearg)