Markers: remove channel name from trace_mark()
[ust.git] / tests / dlopen / libdummy.c
index 45507c0e9b305e76cb0183e22d13da70fc638fc7..16f7b4dc7f1152cef73fb7c0d906193312fd19f6 100644 (file)
@@ -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");
 }
This page took 0.022936 seconds and 4 git commands to generate.