From fc82992469839f5de54a868cf8124752d57ce3ee Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 24 Sep 2011 23:28:00 -0400 Subject: [PATCH] tests: Add a long field Signed-off-by: Mathieu Desnoyers --- tests/hello/ust_tests_hello.h | 1 + 1 file changed, 1 insertion(+) 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) -- 2.34.1