X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat-internal.h;h=7f3eb5ef9e723ec9657ae5a8e2c8fb043769d5bc;hp=a6509389faf06052de75de767db213a25b571915;hb=7ec7896938417f9bc429a890199a0db219c43a8e;hpb=45807148b2641aa049f821a7c71c4c7246c7692e diff --git a/include/babeltrace/format-internal.h b/include/babeltrace/format-internal.h index a6509389..7f3eb5ef 100644 --- a/include/babeltrace/format-internal.h +++ b/include/babeltrace/format-internal.h @@ -31,6 +31,7 @@ #include #include +#include #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