lib: move trace class's name, UUID, and environment props to trace API
[babeltrace.git] / src / lib / trace-ir / trace.h
index f10cdba9e50176ebe94f6fdc4e7088d25c7b954f..c5c244b58dcf29be9dbaf1a23a63e8c2ace57c46 100644 (file)
@@ -55,6 +55,15 @@ struct bt_trace {
                const char *value;
        } name;
 
+       struct {
+               uint8_t uuid[BABELTRACE_UUID_LEN];
+
+               /* NULL or `uuid` above */
+               bt_uuid value;
+       } uuid;
+
+       struct bt_value *environment;
+
        /* Array of `struct bt_stream *` */
        GPtrArray *streams;
 
This page took 0.024578 seconds and 4 git commands to generate.