X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=blobdiff_plain;f=lttv%2Flttv%2Ftraceset.h;h=65be5efe3507e92179949af504ead3ec0b46aa9f;hp=b58ca27cc317f010f681ad34d8e42249c3ff10ef;hb=3d1e7ee596d5eef4a50ff7e77d3617643eca133e;hpb=afdfc849a09e891b01d1a068319a36472ec991cb diff --git a/lttv/lttv/traceset.h b/lttv/lttv/traceset.h index b58ca27c..65be5efe 100644 --- a/lttv/lttv/traceset.h +++ b/lttv/lttv/traceset.h @@ -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. */