X-Git-Url: http://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fdlopen%2Flibdummy.c;h=dd694c282b2b1f9aa88535991676e782743edb59;hp=16f7b4dc7f1152cef73fb7c0d906193312fd19f6;hb=686debc34cf055ffcb1f98a06df9fbaf27eeb441;hpb=b64d025089c6d40963e029cff23efed4ed1f2f22 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"); }