Move clock to bt_trace_descriptor
[babeltrace.git] / include / babeltrace / format-internal.h
index 281fd1d99a8505f61b6a3f088b2d1f35c2e1586d..7f3eb5ef9e723ec9657ae5a8e2c8fb043769d5bc 100644 (file)
@@ -30,6 +30,8 @@
  */
 
 #include <limits.h>
+#include <babeltrace/context-internal.h>
+#include <babeltrace/babeltrace-internal.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -38,6 +40,11 @@ extern "C" {
 /* Parent trace descriptor */
 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.022508 seconds and 4 git commands to generate.