X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Fust_tests_demo2.h;h=bdcb63260504b06f20b9a46425630d32a5d031df;hb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;hp=fadb1e4e2d6e9fb4474794d3349a80426cf3bd04;hpb=efa14d169c6336fa8b9f478538ac7968ef9c0338;p=lttng-ust.git diff --git a/doc/examples/demo/ust_tests_demo2.h b/doc/examples/demo/ust_tests_demo2.h index fadb1e4e..bdcb6326 100644 --- a/doc/examples/demo/ust_tests_demo2.h +++ b/doc/examples/demo/ust_tests_demo2.h @@ -13,7 +13,7 @@ #include #include -TRACEPOINT_EVENT(ust_tests_demo2, loop, +LTTNG_UST_TRACEPOINT_EVENT(ust_tests_demo2, loop, LTTNG_UST_TP_ARGS(int, anint, int, netint, long *, values, char *, text, size_t, textlen, double, doublearg, float, floatarg),