Implement LttvTracesetPosition
[lttv.git] / lttv / lttv / traceset.h
index b58ca27cc317f010f681ad34d8e42249c3ff10ef..65be5efe3507e92179949af504ead3ec0b46aa9f 100644 (file)
@@ -56,6 +56,7 @@ struct _LttvTrace {
 /* In babeltrace, the position concept is an iterator. */
 struct _LttvTracesetPosition {
        struct bt_ctf_iter *iter;
+       struct bt_iter_pos *bt_pos;
 };
 
 /* Tracesets may be added to, removed from and their content listed. */
This page took 0.021952 seconds and 4 git commands to generate.