X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-class-sink-colander-internal.h;h=b794f74ea254c1b955eff937956cab21dfaf86ed;hp=0e86ff4b9311a1b17016d2624409bf08317869ce;hb=0d72b8c329ad51d14ab4e83330b38c2c8da69dd4;hpb=92fed4e1f98f18e4edbfdf5adfe57741a3260b5d diff --git a/include/babeltrace/graph/component-class-sink-colander-internal.h b/include/babeltrace/graph/component-class-sink-colander-internal.h index 0e86ff4b..b794f74e 100644 --- a/include/babeltrace/graph/component-class-sink-colander-internal.h +++ b/include/babeltrace/graph/component-class-sink-colander-internal.h @@ -25,16 +25,14 @@ #include #include +#include #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; };