tests/hello.cxx: add enumeration field
[lttng-ust.git] / tests / hello.cxx / hello.cpp
index 584d3f7b9f1b107d2d8a4986164127c6c2c45863..9af2bf8c8b6beb82d94632f118ea74c693210852 100644 (file)
@@ -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");
This page took 0.030377 seconds and 4 git commands to generate.