Add BT_NOTIFICATION_ITERATOR_STATUS_AGAIN status
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Apr 2017 04:54:01 +0000 (00:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:40 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/graph/notification-iterator.h

index 8cf2a0626c38484e481fcfd0aa81abacdda6b2d1..56a2e0e0a44bbcaaf127251786b6ede277dcae2f 100644 (file)
@@ -40,6 +40,8 @@ struct bt_notification_iterator;
  * Status code. Errors are always negative.
  */
 enum bt_notification_iterator_status {
+       /** Try again. */
+       BT_NOTIFICATION_ITERATOR_STATUS_AGAIN = 2,
        /** No more notifications to be delivered. */
        BT_NOTIFICATION_ITERATOR_STATUS_END = 1,
        /** No error, okay. */
This page took 0.032421 seconds and 4 git commands to generate.