clock: show as time of day
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 2cae4630eee22e14da47314798c3c09222f4c6a2..bf68c328b39be7da47e1f36afe02e6e52f3d530c 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;
        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),
 
        enum {                                  /* Fields populated mask */
                CTF_CLOCK_name          =       (1U << 0),
This page took 0.022773 seconds and 4 git commands to generate.