X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ftrace-internal.h;h=c631b97d816f24dd75e29030aff023b29e896875;hb=2204c38125cf5079604ad250b1e0890c55ce758b;hp=e92eb7c1ade9f084a1d1ae2cee9ee477ce3661e2;hpb=09840de5d022697671dafe2bed427fa5c09b40b9;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/trace-internal.h b/include/babeltrace/ctf-ir/trace-internal.h index e92eb7c1..c631b97d 100644 --- a/include/babeltrace/ctf-ir/trace-internal.h +++ b/include/babeltrace/ctf-ir/trace-internal.h @@ -28,8 +28,8 @@ */ #include -#include -#include +#include +#include #include #include #include @@ -58,12 +58,14 @@ struct bt_ctf_trace { GPtrArray *streams; /* Array of ptrs to bt_ctf_stream */ struct bt_ctf_field_type *packet_header_type; uint64_t next_stream_id; + int is_created_by_writer; /* * This flag indicates if the trace is valid. A valid * trace is _always_ frozen. */ int valid; + GPtrArray *notification_handlers; /* Array of notification_handler */ }; struct metadata_context {