X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fcontext-internal.h;h=95d629b86a18e73b5eb97a796e4c226b20d19fda;hp=80ca42c8d0aaa791994481c2bc9f3767bdf9f355;hb=f60efc0e475b3c2fca3b2afc584615f6c482c9e7;hpb=34861b9ddd0eb8040ac54e51f9352c4d7ff6fead diff --git a/include/babeltrace/context-internal.h b/include/babeltrace/context-internal.h index 80ca42c8..95d629b8 100644 --- a/include/babeltrace/context-internal.h +++ b/include/babeltrace/context-internal.h @@ -42,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 */