Remove the need to implement the notification iterator's "get" method
[babeltrace.git] / include / babeltrace / component / notification / iterator.h
index bc226e131b63b58b84b9b6187338f90d635c0151..8cf2a0626c38484e481fcfd0aa81abacdda6b2d1 100644 (file)
@@ -72,6 +72,11 @@ enum bt_notification_iterator_seek_origin {
        BT_NOTIFICATION_ITERATOR_SEEK_ORIGIN_EPOCH = 3,
 };
 
+struct bt_notification_iterator_next_return {
+       struct bt_notification *notification;
+       enum bt_notification_iterator_status status;
+};
+
 /**
  * Get current notification at iterator's position.
  *
This page took 0.023982 seconds and 4 git commands to generate.