lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / graph / component-class-sink-colander-internal.h
index 0e86ff4b9311a1b17016d2624409bf08317869ce..083f976285a43def70d202155b1409b7c9902d9e 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE_GRAPH_COMPONENT_CLASS_SINK_COLANDER_H
 
 /*
- * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
 
 #include <stdint.h>
 #include <babeltrace/types.h>
+#include <babeltrace/graph/message-const.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_component_class;
-struct bt_notification;
+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 notifs;
+       bt_message_array_const msgs;
        uint64_t *count_addr;
 };
 
This page took 0.024299 seconds and 4 git commands to generate.