X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=inline;f=tests%2Fdlopen%2Flibdummy.c;h=dd694c282b2b1f9aa88535991676e782743edb59;hb=2253b139ffb6a4eca7291b60083cc5206a6e128d;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"); }