From: Mathieu Desnoyers Date: Sun, 25 Sep 2011 03:28:00 +0000 (-0400) Subject: tests: Add a long field X-Git-Tag: v1.9.1~189 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=fc82992469839f5de54a868cf8124752d57ce3ee;p=lttng-ust.git tests: Add a long field Signed-off-by: Mathieu Desnoyers --- 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)