ir: add trace UUID getter and setter
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index c3121cbd8ba54cbbc85c177a06b4c04ff74ed403..619104d339278d60894cb9ac83e921edb2d844de 100644 (file)
@@ -52,6 +52,7 @@ struct bt_ctf_trace {
        GString *name;
        int frozen;
        uuid_t uuid;
+       bool uuid_set;
        enum bt_ctf_byte_order native_byte_order;
        struct bt_value *environment;
        GPtrArray *clocks; /* Array of pointers to bt_ctf_clock_class */
This page took 0.02477 seconds and 4 git commands to generate.