lib: notification iterator: transfer a batch of notifications
[babeltrace.git] / include / babeltrace / graph / component-class-sink-colander-internal.h
index d58a8ddf8344ce8d231034a97be1931f2269f5e5..d1069543c176bfdb0d0e42bf73090f27c6c8e787 100644 (file)
@@ -23,6 +23,7 @@
  * SOFTWARE.
  */
 
+#include <stdint.h>
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
@@ -33,7 +34,8 @@ struct bt_component_class;
 struct bt_notification;
 
 struct bt_component_class_sink_colander_data {
-       struct bt_notification **notification;
+       bt_notification_array notifs;
+       uint64_t *count_addr;
 };
 
 extern struct bt_component_class *bt_component_class_sink_colander_get(void);
This page took 0.024353 seconds and 4 git commands to generate.