Update version to 0.16
[ust.git] / tests / make_shared_lib / basic_lib.c
index 2c1366e908b3aedc6f24aafe1be46fa9fc6c442d..4facd9dcc83d2417cbed5cbde48d2583865a7942 100644 (file)
@@ -3,8 +3,8 @@
 
 void myfunc(void)
 {
-       trace_mark(ust, in_lib, MARK_NOARGS);
+       ust_marker(in_lib, MARK_NOARGS);
        printf("testfunc\n");
 }
 
-//MARKER_LIB
+//UST_MARKER_LIB
This page took 0.028044 seconds and 4 git commands to generate.