X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello.cxx%2Fhello.cpp;h=9af2bf8c8b6beb82d94632f118ea74c693210852;hb=a211b293bc6a610bed73a60006967663a30e4931;hp=584d3f7b9f1b107d2d8a4986164127c6c2c45863;hpb=40b2b5a43e4c2067849770b3379ca5360facacd5;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");