X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregister_test%2Ftp.h;h=ced2478d228eab75dc88c53c2cac0100ce73ccf1;hb=7c2caf2b9750e82bf14e6ff39e517afef593c2fe;hp=86d340c78ff4411c03c55e3b95ffaa14d88a026f;hpb=8161463975e218e0833d31ab1577a7ceb9e8e9f3;p=lttng-ust.git diff --git a/tests/register_test/tp.h b/tests/register_test/tp.h index 86d340c7..ced2478d 100644 --- a/tests/register_test/tp.h +++ b/tests/register_test/tp.h @@ -26,7 +26,7 @@ TRACEPOINT_EVENT(hello_tptest, TP_PROTO(int anint), - TP_ARGS(anint), + TP_VARS(anint), TP_FIELDS()); #endif /* _TRACE_TP_H */ @@ -37,4 +37,4 @@ TRACEPOINT_EVENT(hello_tptest, #define TRACE_INCLUDE_FILE tp /* This part must be outside protection */ -#include +#include