Move clock to bt_trace_descriptor
[babeltrace.git] / include / babeltrace / format-internal.h
index a6509389faf06052de75de767db213a25b571915..7f3eb5ef9e723ec9657ae5a8e2c8fb043769d5bc 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <limits.h>
 #include <babeltrace/context-internal.h>
+#include <babeltrace/babeltrace-internal.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -40,6 +41,10 @@ extern "C" {
 struct bt_trace_descriptor {
        char path[PATH_MAX];            /* trace path */
        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.023165 seconds and 4 git commands to generate.