X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello.cxx%2Fhello.cpp;h=9af2bf8c8b6beb82d94632f118ea74c693210852;hb=6c737d0594cac0d969e1948ea1ed55c15be9cec8;hp=da33407b0db671aeb3e37bf5c332af4b074c543a;hpb=6b79f035b5ffe3afb23ee9079d30f9fbaf7de514;p=lttng-ust.git diff --git a/tests/hello.cxx/hello.cpp b/tests/hello.cxx/hello.cpp index da33407b..9af2bf8c 100644 --- a/tests/hello.cxx/hello.cpp +++ b/tests/hello.cxx/hello.cpp @@ -27,6 +27,7 @@ #include #include #include +#include #define TRACEPOINT_DEFINE #include "ust_tests_hello.h" @@ -86,7 +87,7 @@ int main(int argc, char **argv) for (i = 0; i < 1000000; i++) { netint = htonl(i); tracepoint(ust_tests_hello, tptest, i, netint, values, - text, strlen(text), dbl, flt); + text, strlen(text), dbl, flt, 15); //usleep(100000); } fprintf(stderr, " done.\n");