lib: make graph API const-correct
[babeltrace.git] / include / babeltrace / graph / component-class-sink-colander-internal.h
index 0e86ff4b9311a1b17016d2624409bf08317869ce..b794f74ea254c1b955eff937956cab21dfaf86ed 100644 (file)
 
 #include <stdint.h>
 #include <babeltrace/types.h>
+#include <babeltrace/graph/notification-const.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_component_class;
-struct bt_notification;
-
 struct bt_component_class_sink_colander_data {
-       bt_notification_array notifs;
+       bt_notification_array_const notifs;
        uint64_t *count_addr;
 };
 
This page took 0.022994 seconds and 4 git commands to generate.