lib: rename "notification" -> "message"
[babeltrace.git] / plugins / utils / trimmer / iterator.h
index e3f663dd9f752ead5dafcd5f479e023c0e16ab7e..bcfc416f15b70f040712ac48120c87c9eef65a6c 100644 (file)
 
 struct trimmer_iterator {
        /* Input iterator associated with this output iterator. */
-       bt_notification_iterator *input_iterator;
-       const bt_notification *current_notification;
+       bt_message_iterator *input_iterator;
+       const bt_message *current_message;
        FILE *err;
        /* Map between reader and writer packets. */
        GHashTable *packet_map;
 };
 
 BT_HIDDEN
-enum bt_notification_iterator_status trimmer_iterator_init(
-               bt_self_notification_iterator *iterator,
+enum bt_message_iterator_status trimmer_iterator_init(
+               bt_self_message_iterator *iterator,
                struct bt_private_port *port);
 
 BT_HIDDEN
-void trimmer_iterator_finalize(bt_self_notification_iterator *it);
+void trimmer_iterator_finalize(bt_self_message_iterator *it);
 
 BT_HIDDEN
-bt_notification_iterator_next_method_return trimmer_iterator_next(
-               bt_self_notification_iterator *iterator);
+bt_message_iterator_next_method_return trimmer_iterator_next(
+               bt_self_message_iterator *iterator);
 
 #endif /* BABELTRACE_PLUGIN_TRIMMER_ITERATOR_H */
This page took 0.023117 seconds and 4 git commands to generate.