Add trace name attribute
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index db3d84f770c159a916c09d7e9e44f294afae27a4..a782d04c88e2b4295066eaf4b91e88988d33246e 100644 (file)
@@ -49,6 +49,7 @@ enum field_type_alias {
 
 struct bt_ctf_trace {
        struct bt_object base;
+       GString *name;
        int frozen;
        uuid_t uuid;
        int byte_order; /* A value defined in Babeltrace's "endian.h" */
This page took 0.023875 seconds and 4 git commands to generate.