X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello%2Ftp.h;h=73819514d3e266512177bc09aa531228a074ff36;hb=b979b3468dc6a9329288f53ce568815617780d9c;hp=f7d07ae5e29bd1664c4fb6a8fb5e4ef52329a29d;hpb=a09dac63957396890b1085cac0fee92ecc5db87a;p=lttng-ust.git diff --git a/tests/hello/tp.h b/tests/hello/tp.h index f7d07ae5..73819514 100644 --- a/tests/hello/tp.h +++ b/tests/hello/tp.h @@ -18,5 +18,7 @@ #include DECLARE_TRACE(hello_tptest, - TPPROTO(int anint), - TPARGS(anint)); + TP_PROTO(int anint), + TP_ARGS(anint)); + +DECLARE_TRACE_NOARGS(hello_tptest2);