Fix possible leaks in graph's current design
[babeltrace.git] / include / babeltrace / graph / notification-iterator.h
index 35f68a8398d805950f5732b3d86fb32cd5366e9e..8646d8e39439dafaf7ac4f84b73537db24e12473 100644 (file)
@@ -40,6 +40,8 @@ struct bt_notification_iterator;
  * Status code. Errors are always negative.
  */
 enum bt_notification_iterator_status {
+       /** Canceled. */
+       BT_NOTIFICATION_ITERATOR_STATUS_CANCELED = 125,
        /** No notifications available for now. Try again later. */
        BT_NOTIFICATION_ITERATOR_STATUS_AGAIN = 11,
        /** No more notifications to be delivered. */
This page took 0.022987 seconds and 4 git commands to generate.