X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=6ba2e61e06963f2ea1478147569725263e2f3cc9;hb=b64d025089c6d40963e029cff23efed4ed1f2f22;hp=c0b541fd33d23b6c5dbecdac1933b4c0d480b40f;hpb=30ffe2794fc413035208cdd2a7a061bc208e210f;p=lttng-ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index c0b541fd..6ba2e61e 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -71,8 +71,8 @@ int main() sleep(1); for(i=0; i<50; i++) { - trace_mark(ust, bar, "str %s", "FOOBAZ"); - trace_mark(ust, bar2, "number1 %d number2 %d", 53, 9800); + trace_mark(bar, "str %s", "FOOBAZ"); + trace_mark(bar2, "number1 %d number2 %d", 53, 9800); trace_hello_tptest(i); usleep(100000); }