Merge streams in ctf fs component
[babeltrace.git] / include / babeltrace / plugin / notification / iterator.h
index db4164fd9ee1a7360397d889452d6d520b57d1d0..06f1c8a59b40e55d3526dcc4f2f9dfd931af81a5 100644 (file)
@@ -48,8 +48,10 @@ enum bt_notification_iterator_status {
        BT_NOTIFICATION_ITERATOR_STATUS_INVAL = -1,
        /** General error. */
        BT_NOTIFICATION_ITERATOR_STATUS_ERROR = -2,
+       /** Out of memory. */
+       BT_NOTIFICATION_ITERATOR_STATUS_NOMEM = -3,
        /** Unsupported iterator feature. */
-       BT_NOTIFICATION_ITERATOR_STATUS_UNSUPPORTED = -3,
+       BT_NOTIFICATION_ITERATOR_STATUS_UNSUPPORTED = -4,
 
 };
 
This page took 0.025102 seconds and 4 git commands to generate.