lib: make graph API const-correct
[babeltrace.git] / plugins / lttng-utils / debug-info.h
index 56f9bc1e8c101cdea6ea95edfab0d3039d5336d9..af198164205de709c3e863ad90f1f988efcb14fd 100644 (file)
@@ -68,7 +68,7 @@ struct debug_info_iterator {
        GHashTable *trace_map;
        /* Input iterators associated with this output iterator. */
        GPtrArray *input_iterator_group;
-       struct bt_notification *current_notification;
+       const struct bt_notification *current_notification;
        struct bt_notification_iterator *input_iterator;
        FILE *err;
 };
This page took 0.023589 seconds and 4 git commands to generate.