API : trace_handle
[babeltrace.git] / lib / context.c
index 36efc9d0c9fc451bd88b598077335739aed4d336..48cf216e11780f99a20b6dea27264368c9c350c3 100644 (file)
@@ -35,6 +35,7 @@ struct bt_context *bt_context_create(struct trace_collection *tc)
 
        ctx->tc = tc;
        ctx->refcount = 1;
+       ctx->last_trace_handle_id = 0;
 
        return ctx;
 
This page took 0.023 seconds and 4 git commands to generate.