X-Git-Url: https://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fhello2%2Fhello2.c;h=175a14006a8258e1d1910cea7fbce2c8bd541483;hp=7dc1b974e0fa7d8d1276a9fd9a8bfc1135db9759;hb=37ee34e4d9b9363c758aa43255d71661900e89b0;hpb=30ffe2794fc413035208cdd2a7a061bc208e210f diff --git a/tests/hello2/hello2.c b/tests/hello2/hello2.c index 7dc1b97..175a140 100644 --- a/tests/hello2/hello2.c +++ b/tests/hello2/hello2.c @@ -37,8 +37,8 @@ int main() printf("Hello, World!\n"); for(i=0; i<500; i++) { - trace_mark(ust, bar, "str %d", i); - trace_mark(ust, bar2, "number1 %d number2 %d", (int)53, (int)9800); + trace_mark(bar, "str %d", i); + trace_mark(bar2, "number1 %d number2 %d", (int)53, (int)9800); } // ltt_trace_stop("auto");