lib: make graph API const-correct
[babeltrace.git] / plugins / text / dmesg / dmesg.h
index f9fab1bc24a9156e63d3af77a2e6671ef6a63f0d..be49d4212b3674be673f31c1fd61efd03d3f70d8 100644 (file)
@@ -48,7 +48,7 @@ void dmesg_notif_iter_finalize(
 BT_HIDDEN
 enum bt_self_notification_iterator_status dmesg_notif_iter_next(
                struct bt_self_notification_iterator *self_notif_iter,
-               bt_notification_array notifs, uint64_t capacity,
+               bt_notification_array_const notifs, uint64_t capacity,
                uint64_t *count);
 
 #endif /* BABELTRACE_PLUGIN_TEXT_DMESG_DMESG_H */
This page took 0.022952 seconds and 4 git commands to generate.