Improvement: Message from babeltrace concerning discarded events needs improvement
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index bc00015130b6ec0bdd57e938f3f63d9595051ea3..91df0362de445d9bd50bff82c08d1d2a9abb3694 100644 (file)
@@ -66,6 +66,7 @@ struct ctf_stream_definition {
        uint64_t prev_real_timestamp_end;       /* End-of-last-packet timestamp in ns */
        uint64_t prev_cycles_timestamp;         /* Start-of-last-packet timestamp in cycles */
        uint64_t prev_cycles_timestamp_end;     /* End-of-last-packet timestamp in cycles */
+       char path[PATH_MAX];                    /* Path to stream. '\0' for mmap traces */
 };
 
 struct ctf_event_definition {
This page took 0.022874 seconds and 4 git commands to generate.