X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fust_tests_hello.h;h=34d7b90155b7f3ee82bea71e91771a6bea743404;hb=fc82992469839f5de54a868cf8124752d57ce3ee;hp=9d78b5dacf42430109a5bdb62f88817478e3a7aa;hpb=d3b2c3e0d7796049377556af9b1e59366e5f182c;p=lttng-ust.git diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index 9d78b5da..34d7b901 100644 --- a/tests/hello/ust_tests_hello.h +++ b/tests/hello/ust_tests_hello.h @@ -37,6 +37,7 @@ TRACEPOINT_EVENT(ust_tests_hello_tptest, TP_FIELDS( ctf_integer(int, intfield, anint) ctf_integer_hex(int, intfield2, anint) + ctf_integer(long, longfield, anint) ctf_integer_network(int, intfield3, anint) ctf_integer_network_hex(int, intfield4, anint) ctf_array(long, arrfield1, values, 3)