lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / graph / component-class-sink-colander-internal.h
index 037c64b1428f4c236be7fb678b62163acdf51d88..083f976285a43def70d202155b1409b7c9902d9e 100644 (file)
 
 #include <stdint.h>
 #include <babeltrace/types.h>
-#include <babeltrace/graph/notification-const.h>
+#include <babeltrace/graph/message-const.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_component_class_sink_colander_priv_data {
+       bt_message_array_const msgs;
+       uint64_t *count_addr;
+       struct bt_self_component_port_input_message_iterator *msg_iter;
+};
+
 struct bt_component_class_sink_colander_data {
-       bt_notification_array_const notifs;
+       bt_message_array_const msgs;
        uint64_t *count_addr;
 };
 
This page took 0.026898 seconds and 4 git commands to generate.