X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=84548527eb0400a4d603673dcd49f97876e3aa07;hp=e1870f09bceb6d7c7ace8121835c179cd959db5e;hb=0ace7505e59ef4fd014ba800e22767d0b58261e9;hpb=fd87c9038583f12a2dece6deb4b703d2e6aa25d7 diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index e1870f09..84548527 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -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 */