Change function name lttv_traceset_create_position to lttv_traceset_create_current_po...
[lttv.git] / lttv / lttv / state.c
index 954d4f1b225068b09e4a1c401c84de6f229f7bff..40f95c41639fe7bdb00dfeda67746ebe545bf054 100644 (file)
@@ -1460,7 +1460,7 @@ void lttv_state_save(LttvTraceState *self, LttvAttribute *container)
        /* Save the current position */
        value = lttv_attribute_add(container, LTTV_STATE_POSITION,
                        LTTV_POINTER);
-       *(value.v_pointer) = lttv_traceset_create_position(lttv_trace_get_traceset(self->trace));
+       *(value.v_pointer) = lttv_traceset_create_current_position(lttv_trace_get_traceset(self->trace));
 
 #ifdef BABEL_CLEANUP
        nb_tracefile = self->parent.tracefiles->len;
This page took 0.02304 seconds and 4 git commands to generate.