lib: move trace class's name, UUID, and environment props to trace API
[babeltrace.git] / src / lib / trace-ir / trace-class.h
index 09f1e7d497755347f32a3ce68e56b0e11c095043..589da127a315b5747e963f599e9fd6f3c54eb1c4 100644 (file)
 struct bt_trace_class {
        struct bt_object base;
 
-       struct {
-               GString *str;
-
-               /* NULL or `str->str` above */
-               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_class *` */
        GPtrArray *stream_classes;
 
This page took 0.024117 seconds and 4 git commands to generate.