X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=tests%2Fhello%2Ftp.h;h=73819514d3e266512177bc09aa531228a074ff36;hb=f36c12ab311c7db808bfeda93bb95022020110cd;hp=f34f305410e082668a2fc42981c2509e90469f21;hpb=12e81b07455a1aef2e2bcc73004f14a7b73596fa;p=ust.git diff --git a/tests/hello/tp.h b/tests/hello/tp.h index f34f305..7381951 100644 --- a/tests/hello/tp.h +++ b/tests/hello/tp.h @@ -20,3 +20,5 @@ DECLARE_TRACE(hello_tptest, TP_PROTO(int anint), TP_ARGS(anint)); + +DECLARE_TRACE_NOARGS(hello_tptest2);