Parse CTF indexes
[babeltrace.git] / include / babeltrace / ctf / types.h
index e1870f09bceb6d7c7ace8121835c179cd959db5e..84548527eb0400a4d603673dcd49f97876e3aa07 100644 (file)
@@ -61,6 +61,7 @@ struct packet_index {
 struct ctf_stream_pos {
        struct bt_stream_pos parent;
        int fd;                 /* backing file fd. -1 if unset. */
+       FILE *index_fp;         /* backing index file fp. NULL if unset. */
        GArray *packet_cycles_index;    /* contains struct packet_index in cycles */
        GArray *packet_real_index;      /* contains struct packet_index in ns */
        int prot;               /* mmap protection */
This page took 0.022556 seconds and 4 git commands to generate.