Fix : only one iterator per context
[babeltrace.git] / include / babeltrace / context-internal.h
index 80ca42c8d0aaa791994481c2bc9f3767bdf9f355..95d629b86a18e73b5eb97a796e4c226b20d19fda 100644 (file)
@@ -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 */
This page took 0.022506 seconds and 4 git commands to generate.