X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fcontext-internal.h;h=95d629b86a18e73b5eb97a796e4c226b20d19fda;hb=f6714e20aa8136e794cb409c6f268fa070e80a52;hp=475b2d894ecd7488a6ff572584802d92ad431990;hpb=f5b30718d69b31bc998888fd414b47ba3ea8dd15;p=babeltrace.git diff --git a/include/babeltrace/context-internal.h b/include/babeltrace/context-internal.h index 475b2d89..95d629b8 100644 --- a/include/babeltrace/context-internal.h +++ b/include/babeltrace/context-internal.h @@ -23,6 +23,8 @@ * included in all copies or substantial portions of the Software. */ +#include + struct trace_collection; struct GHashTable; @@ -40,6 +42,7 @@ struct bt_context { GHashTable *trace_handles; int refcount; int last_trace_handle_id; + struct bt_iter *current_iterator; }; #endif /* _BABELTRACE_CONTEXT_INTERNAL_H */