Get rid of clock-raw and use real clock
[babeltrace.git] / include / babeltrace / ctf / types.h
index 3e30b14919f9bd6f5602eb55d0784af9f6f75dad..43afaef78e182277e70c4edbe14c517333765471 100644 (file)
@@ -52,7 +52,8 @@ struct packet_index {
 struct ctf_stream_pos {
        struct stream_pos parent;
        int fd;                 /* backing file fd. -1 if unset. */
 struct ctf_stream_pos {
        struct stream_pos parent;
        int fd;                 /* backing file fd. -1 if unset. */
-       GArray *packet_index;   /* contains struct packet_index */
+       GArray *packet_cycles_index;    /* contains struct packet_index in cycles */
+       GArray *packet_real_index;      /* contains struct packet_index in ns */
        int prot;               /* mmap protection */
        int flags;              /* mmap flags */
 
        int prot;               /* mmap protection */
        int flags;              /* mmap flags */
 
This page took 0.024258 seconds and 4 git commands to generate.