Move bt_handle to bt_trace_descriptor
[babeltrace.git] / include / babeltrace / format-internal.h
index a6509389faf06052de75de767db213a25b571915..589b68a3b5c2e5978540aa31905263709f5b0cdb 100644 (file)
@@ -40,6 +40,7 @@ extern "C" {
 struct bt_trace_descriptor {
        char path[PATH_MAX];            /* trace path */
        struct bt_context *ctx;
+       struct bt_trace_handle *handle;
 };
 
 #ifdef __cplusplus
This page took 0.022687 seconds and 4 git commands to generate.