X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fdlopen%2Flibdummy.c;h=dd694c282b2b1f9aa88535991676e782743edb59;hb=d2869a264f99f0e8138fd3fa08f3121a69e75150;hp=45507c0e9b305e76cb0183e22d13da70fc638fc7;hpb=2b9093e12b00c876f5a5008700ede4e0d234dc43;p=lttng-ust.git diff --git a/tests/dlopen/libdummy.c b/tests/dlopen/libdummy.c index 45507c0e..dd694c28 100644 --- a/tests/dlopen/libdummy.c +++ b/tests/dlopen/libdummy.c @@ -19,5 +19,5 @@ void exported_function() { - trace_mark(ust, from_library, "%s", "Event occured in library function"); + ust_marker(from_library, "%s", "Event occured in library function"); }