Remove unneeded forward declarations (ctf-specific) from iterator.h
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 79af77a768c0dda06e02023ba25850a8bde41dac..0e5842e4025e8658cab278fde68b2e93451ca0ad 100644 (file)
@@ -41,6 +41,7 @@ struct ctf_stream {
        uint64_t event_id;                      /* Current event ID */
        int has_timestamp;
        uint64_t stream_id;
+       int consumed;                           /* Last packet used by caller */
 
        struct definition_struct *trace_packet_header;
        struct definition_struct *stream_packet_context;
@@ -95,6 +96,7 @@ struct ctf_clock {
 
        enum {                                  /* Fields populated mask */
                CTF_CLOCK_name          =       (1U << 0),
+               CTF_CLOCK_freq          =       (1U << 1),
        } field_mask;
 };
 
This page took 0.024326 seconds and 4 git commands to generate.