X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fcontext-internal.h;h=95d629b86a18e73b5eb97a796e4c226b20d19fda;hp=80ca42c8d0aaa791994481c2bc9f3767bdf9f355;hb=e003e87103a3fd72d543ec3191c20df56599b0f5;hpb=ec4c2b5ccbda1625a9011c27994186bf78cc9d72;ds=sidebyside 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 */