X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fdlopen%2Flibdummy.c;h=16f7b4dc7f1152cef73fb7c0d906193312fd19f6;hb=37ee34e4d9b9363c758aa43255d71661900e89b0;hp=45507c0e9b305e76cb0183e22d13da70fc638fc7;hpb=2b9093e12b00c876f5a5008700ede4e0d234dc43;p=ust.git 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"); }