X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fiterator-internal.h;h=121d0dccb3d6c4bf3a74918a64e176632225d2ad;hb=06789ffdba97a7be3cceae51e97e82cc5a6c318a;hp=9cbc79cfc1efffdabd5e0bba66b44c93ffce6365;hpb=e8c92a62cb474a1bb64bcbfff47c17291751b959;p=babeltrace.git diff --git a/include/babeltrace/iterator-internal.h b/include/babeltrace/iterator-internal.h index 9cbc79cf..121d0dcc 100644 --- a/include/babeltrace/iterator-internal.h +++ b/include/babeltrace/iterator-internal.h @@ -21,6 +21,8 @@ * all copies or substantial portions of the Software. */ +#include + /* * struct bt_iter: data structure representing an iterator on a trace * collection. @@ -29,6 +31,7 @@ struct bt_iter { struct ptr_heap *stream_heap; struct bt_context *ctx; struct bt_iter_pos *end_pos; + struct bt_ctf_event current_ctf_event; /* last read event */ GArray *callbacks; /* Array of struct bt_stream_callbacks */ struct bt_callback_chain main_callbacks; /* For all events */ /*