lib: rename "notification" -> "message"
[babeltrace.git] / plugins / utils / counter / counter.h
index beed7ddc9bd47cac7e09254b4abfa1dc3c923142..eb8a37bbf81822b3b9bda08b0009ae2c88fe4c1f 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdint.h>
 
 struct counter {
-       bt_self_component_port_input_notification_iterator *notif_iter;
+       bt_self_component_port_input_message_iterator *msg_iter;
        struct {
                uint64_t event;
                uint64_t stream_begin;
This page took 0.023447 seconds and 4 git commands to generate.