X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat-internal.h;h=880a336e9c098e6bb26c6bb71810a27c49ce7ef4;hp=589b68a3b5c2e5978540aa31905263709f5b0cdb;hb=4c62e2d877007dd15b590972aece3b869820333f;hpb=4d08698162f805114213c16b95a4d8d9c3fd52ef diff --git a/include/babeltrace/format-internal.h b/include/babeltrace/format-internal.h index 589b68a3..880a336e 100644 --- a/include/babeltrace/format-internal.h +++ b/include/babeltrace/format-internal.h @@ -31,6 +31,7 @@ #include #include +#include #ifdef __cplusplus extern "C" { @@ -41,6 +42,7 @@ 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 */ }; #ifdef __cplusplus