X-Git-Url: https://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=6ba2e61e06963f2ea1478147569725263e2f3cc9;hp=c0b541fd33d23b6c5dbecdac1933b4c0d480b40f;hb=37ee34e4d9b9363c758aa43255d71661900e89b0;hpb=30ffe2794fc413035208cdd2a7a061bc208e210f diff --git a/tests/hello/hello.c b/tests/hello/hello.c index c0b541f..6ba2e61 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); }