lib: make values API const-correct
[babeltrace.git] / include / babeltrace / trace-ir / trace-internal.h
index 4daac73867980e6754b23dbd9071fb0ce5b53914..06653092ca95d40259cb877c3ab02bc3fe245e26 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_TRACE_IR_TRACE_INTERNAL_H
 
 /*
- * BabelTrace - Trace IR: Trace internal
- *
  * Copyright 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
@@ -60,7 +58,7 @@ struct bt_trace {
                bt_uuid value;
        } uuid;
 
-       struct bt_private_value *environment;
+       struct bt_value *environment;
 
        /* Array of `struct bt_stream_class *` */
        GPtrArray *stream_classes;
This page took 0.023305 seconds and 4 git commands to generate.