lib: rename "notification" -> "message"
[babeltrace.git] / plugins / utils / dummy / dummy.h
index 833df41e4b7e2890e35bd44fc860f37f28530a0a..c87969d1c471a8bdc54a2468e5935bceefa2ade2 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdbool.h>
 
 struct dummy {
-       bt_self_component_port_input_notification_iterator *notif_iter;
+       bt_self_component_port_input_message_iterator *msg_iter;
 };
 
 BT_HIDDEN
This page took 0.023535 seconds and 4 git commands to generate.