lib: rename "notification" -> "message"
[babeltrace.git] / plugins / lttng-utils / debug-info.h
index 58cb5728f67019ae8019314c5efb79854c0bb362..4b765d16ae30c4a72851c782e8be52ac72edb76e 100644 (file)
@@ -45,7 +45,7 @@
 enum debug_info_stream_state {
        /*
         * We know the stream exists but we have never received a
-        * stream_begin notification for it.
+        * stream_begin message for it.
         */
        DEBUG_INFO_UNKNOWN_STREAM,
        /* We know this stream is active (between stream_begin and _end). */
@@ -68,8 +68,8 @@ struct debug_info_iterator {
        GHashTable *trace_map;
        /* Input iterators associated with this output iterator. */
        GPtrArray *input_iterator_group;
-       const bt_notification *current_notification;
-       bt_notification_iterator *input_iterator;
+       const bt_message *current_message;
+       bt_message_iterator *input_iterator;
        FILE *err;
 };
 
This page took 0.022991 seconds and 4 git commands to generate.