lib: make graph API const-correct
[babeltrace.git] / plugins / utils / trimmer / iterator.h
index 0d35e7e532fe4d812f865f757f52edfcb46e523f..e6be66a06ddda42d73536ce362edbd3e32cb6296 100644 (file)
@@ -33,7 +33,7 @@
 struct trimmer_iterator {
        /* Input iterator associated with this output iterator. */
        struct bt_notification_iterator *input_iterator;
-       struct bt_notification *current_notification;
+       const struct bt_notification *current_notification;
        FILE *err;
        /* Map between reader and writer packets. */
        GHashTable *packet_map;
This page took 0.022628 seconds and 4 git commands to generate.