X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace%2Fformat-internal.h;h=e0359eacdf95b86caa095b964304c84971430b78;hb=8099326b3438eb003bf3f9849ad1b3cd1f0d618c;hp=281fd1d99a8505f61b6a3f088b2d1f35c2e1586d;hpb=caf929fa6105f9dbea79e3c05f9a9cbc7944028a;p=babeltrace.git diff --git a/include/babeltrace/format-internal.h b/include/babeltrace/format-internal.h index 281fd1d9..e0359eac 100644 --- a/include/babeltrace/format-internal.h +++ b/include/babeltrace/format-internal.h @@ -29,7 +29,9 @@ * SOFTWARE. */ -#include +#include +#include +#include #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