X-Git-Url: https://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fdlopen%2Flibdummy.c;h=16f7b4dc7f1152cef73fb7c0d906193312fd19f6;hp=45507c0e9b305e76cb0183e22d13da70fc638fc7;hb=37ee34e4d9b9363c758aa43255d71661900e89b0;hpb=30ffe2794fc413035208cdd2a7a061bc208e210f diff --git a/tests/dlopen/libdummy.c b/tests/dlopen/libdummy.c index 45507c0..16f7b4d 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"); + trace_mark(from_library, "%s", "Event occured in library function"); }