Markers: Namespace cleanup, with API change.
[ust.git] / tests / make_shared_lib / basic_lib.c
index 97874f32a2435f4198f5f1781a8ccd6b362f17da..4facd9dcc83d2417cbed5cbde48d2583865a7942 100644 (file)
@@ -3,8 +3,8 @@
 
 void myfunc(void)
 {
-       trace_mark(in_lib, MARK_NOARGS);
+       ust_marker(in_lib, MARK_NOARGS);
        printf("testfunc\n");
 }
 
-//MARKER_LIB
+//UST_MARKER_LIB
This page took 0.023369 seconds and 4 git commands to generate.