tracepoint API change: rename TP_ARGS to TP_VARS
[lttng-ust.git] / tests / hello / ust_tests_hello.h
index 40f2cc19b966fdaccaf2159c0d57a9ff63ca89ed..9f38e983a90a054de2bb9e16aebd03f0ca04cfee 100644 (file)
@@ -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)
This page took 0.022616 seconds and 4 git commands to generate.