Move clock to bt_trace_descriptor
[babeltrace.git] / include / babeltrace / format-internal.h
index 880a336e9c098e6bb26c6bb71810a27c49ce7ef4..7f3eb5ef9e723ec9657ae5a8e2c8fb043769d5bc 100644 (file)
@@ -43,6 +43,8 @@ struct bt_trace_descriptor {
        struct bt_context *ctx;
        struct bt_trace_handle *handle;
        struct trace_collection *collection;    /* Container of this trace */
+       GHashTable *clocks;
+       struct ctf_clock *single_clock;         /* currently supports only one clock */
 };
 
 #ifdef __cplusplus
This page took 0.022874 seconds and 4 git commands to generate.