Implement the trimmer plug-in
[babeltrace.git] / plugins / trimmer / iterator.h
index c32b498d1384c587a15a1c62d0d71527699fd005..a517b1f03e77118e71c993e31f5c88d022a54943 100644 (file)
  */
 
 #include "trimmer.h"
+#include <babeltrace/plugin/notification/notification.h>
+
+struct trimmer_iterator {
+       /* Input iterators associated with this output iterator. */
+       GPtrArray *input_iterator_group;
+       struct bt_notification *current_notification;
+       GHashTable *stream_to_packet_start_notification;
+};
 
 BT_HIDDEN
 enum bt_component_status trimmer_iterator_init(
This page took 0.023258 seconds and 4 git commands to generate.