X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fdlopen%2Flibdummy.c;h=dd694c282b2b1f9aa88535991676e782743edb59;hb=686debc34cf055ffcb1f98a06df9fbaf27eeb441;hp=16f7b4dc7f1152cef73fb7c0d906193312fd19f6;hpb=37ee34e4d9b9363c758aa43255d71661900e89b0;p=ust.git diff --git a/tests/dlopen/libdummy.c b/tests/dlopen/libdummy.c index 16f7b4d..dd694c2 100644 --- a/tests/dlopen/libdummy.c +++ b/tests/dlopen/libdummy.c @@ -19,5 +19,5 @@ void exported_function() { - trace_mark(from_library, "%s", "Event occured in library function"); + ust_marker(from_library, "%s", "Event occured in library function"); }