X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat-internal.h;h=7f3eb5ef9e723ec9657ae5a8e2c8fb043769d5bc;hp=880a336e9c098e6bb26c6bb71810a27c49ce7ef4;hb=7ec7896938417f9bc429a890199a0db219c43a8e;hpb=f18fbdeb7c7777d5473ab12efd828ce82b06948e diff --git a/include/babeltrace/format-internal.h b/include/babeltrace/format-internal.h index 880a336e..7f3eb5ef 100644 --- a/include/babeltrace/format-internal.h +++ b/include/babeltrace/format-internal.h @@ -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