X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fust_tests_hello.h;h=9f38e983a90a054de2bb9e16aebd03f0ca04cfee;hb=39f98c62fa2eb208bc24230dc2d669132e08a1fa;hp=40f2cc19b966fdaccaf2159c0d57a9ff63ca89ed;hpb=7083f0fecaa692b819e63f484daf38399f58c905;p=lttng-ust.git diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index 40f2cc19..9f38e983 100644 --- a/tests/hello/ust_tests_hello.h +++ b/tests/hello/ust_tests_hello.h @@ -32,7 +32,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest, TP_PROTO(int anint, int netint, long *values, char *text, size_t textlen, double doublearg, float floatarg), - TP_ARGS(anint, netint, values, text, textlen, + TP_VARS(anint, netint, values, text, textlen, doublearg, floatarg), TP_FIELDS( ctf_integer(int, intfield, anint)