Update version to 0.16
[ust.git] / libust / tracer.c
index 3b4fae4c17f51bf17fa8e3a33ccce051e8899cbd..347ca482db91c1b13edd3dd4eb2e954d49c2e286 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "tracercore.h"
 #include "tracer.h"
-#include "usterr.h"
+#include "usterr_signal_safe.h"
 
 struct chan_info_struct chan_infos[] = {
        [LTT_CHANNEL_METADATA] = {
@@ -679,7 +679,7 @@ int ltt_trace_start(const char *trace_name)
         * to record events only in a single trace in the trace session list.
         */
 
-       ltt_dump_marker_state(trace);
+       ltt_dump_ust_marker_state(trace);
 
        return err;
 
This page took 0.023696 seconds and 4 git commands to generate.