X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello.cxx%2Fhello.cpp;h=9af2bf8c8b6beb82d94632f118ea74c693210852;hb=95526f2de3a6097493bc0a0a557c967ffe9938fe;hp=584d3f7b9f1b107d2d8a4986164127c6c2c45863;hpb=2c3f4c28698f497756f194ef88cd991e2cca6bb4;p=lttng-ust.git diff --git a/tests/hello.cxx/hello.cpp b/tests/hello.cxx/hello.cpp index 584d3f7b..9af2bf8c 100644 --- a/tests/hello.cxx/hello.cpp +++ b/tests/hello.cxx/hello.cpp @@ -87,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");