X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-class-sink-colander-internal.h;h=d1069543c176bfdb0d0e42bf73090f27c6c8e787;hb=d4393e0875e7b08f6ee97d617cc5f2c9286742a4;hp=36161112b780f38e1d78a03a0b8c204238280264;hpb=8ed535b5ed7341916a1dd486b87bdc6e94ed1b81;p=babeltrace.git diff --git a/include/babeltrace/graph/component-class-sink-colander-internal.h b/include/babeltrace/graph/component-class-sink-colander-internal.h index 36161112..d1069543 100644 --- a/include/babeltrace/graph/component-class-sink-colander-internal.h +++ b/include/babeltrace/graph/component-class-sink-colander-internal.h @@ -23,6 +23,7 @@ * SOFTWARE. */ +#include #include #ifdef __cplusplus @@ -33,8 +34,8 @@ struct bt_component_class; struct bt_notification; struct bt_component_class_sink_colander_data { - struct bt_notification **notification; - const enum bt_notification_type *notification_types; + bt_notification_array notifs; + uint64_t *count_addr; }; extern struct bt_component_class *bt_component_class_sink_colander_get(void);