X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello2%2Fhello2.c;h=7308b30de64783b7879eb8a39f32468408ff62ec;hb=686debc34cf055ffcb1f98a06df9fbaf27eeb441;hp=7dc1b974e0fa7d8d1276a9fd9a8bfc1135db9759;hpb=a09dac63957396890b1085cac0fee92ecc5db87a;p=ust.git diff --git a/tests/hello2/hello2.c b/tests/hello2/hello2.c index 7dc1b97..7308b30 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); + ust_marker(bar, "str %d", i); + ust_marker(bar2, "number1 %d number2 %d", (int)53, (int)9800); } // ltt_trace_stop("auto");