Add clock offset support
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 2cae4630eee22e14da47314798c3c09222f4c6a2..773ebd681358b01196385460242311323eeecd92 100644 (file)
@@ -82,6 +82,7 @@ struct ctf_clock {
        uint64_t offset_s;
        /* Fine clock offset from Epoch, in (1/freq) units. */
        uint64_t offset;
+       int absolute;
 
        enum {                                  /* Fields populated mask */
                CTF_CLOCK_name          =       (1U << 0),
@@ -113,6 +114,7 @@ struct ctf_trace {
        GPtrArray *streams;                     /* Array of struct ctf_stream_class pointers */
        struct ctf_stream *metadata;
        GHashTable *clocks;
+       struct trace_collection *collection;    /* Container of this trace */
 
        struct declaration_struct *packet_header_decl;
 
This page took 0.023432 seconds and 4 git commands to generate.