Save current event id
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 61349152fbb426df2430fd3f64ea69c5d9282276..b8835ec2d8b17bc29f99f35e48e17c3a6c9a2323 100644 (file)
@@ -36,6 +36,7 @@ struct ctf_event;
 struct ctf_stream {
        struct ctf_stream_class *stream_class;
        uint64_t timestamp;                     /* Current timestamp, in ns */
+       uint64_t event_id;                      /* Current event ID */
        int has_timestamp;
        uint64_t stream_id;
 
This page took 0.023556 seconds and 4 git commands to generate.