X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-iterator-internal.h;h=567c47387f8136075b5bf50530e7d649cb83551d;hb=088d4023b8df17d8cc6f354f15aa1d81038a1c13;hp=9fcab16af8d59a4117ce730ebe3e6ab8d44c2eeb;hpb=53bc54cd6a867b0549a14edbef056d466e54e537;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-iterator-internal.h b/include/babeltrace/graph/notification-iterator-internal.h index 9fcab16a..567c4738 100644 --- a/include/babeltrace/graph/notification-iterator-internal.h +++ b/include/babeltrace/graph/notification-iterator-internal.h @@ -34,6 +34,7 @@ #include #include #include +#include struct bt_port; @@ -49,6 +50,9 @@ enum bt_notification_iterator_notif_type { }; enum bt_notification_iterator_state { + /* Iterator is not initialized. */ + BT_NOTIFICATION_ITERATOR_STATE_NON_INITIALIZED, + /* Iterator is active, not at the end yet, and not finalized. */ BT_NOTIFICATION_ITERATOR_STATE_ACTIVE,