X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello%2Ftp.h;h=f34f305410e082668a2fc42981c2509e90469f21;hb=12e81b07455a1aef2e2bcc73004f14a7b73596fa;hp=f7d07ae5e29bd1664c4fb6a8fb5e4ef52329a29d;hpb=7166e240639cec06f4273f65059300f98b5296f6;p=ust.git diff --git a/tests/hello/tp.h b/tests/hello/tp.h index f7d07ae..f34f305 100644 --- a/tests/hello/tp.h +++ b/tests/hello/tp.h @@ -18,5 +18,5 @@ #include DECLARE_TRACE(hello_tptest, - TPPROTO(int anint), - TPARGS(anint)); + TP_PROTO(int anint), + TP_ARGS(anint));