X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-iterator.h;h=35f68a8398d805950f5732b3d86fb32cd5366e9e;hb=7cdc2bab17acd56d035b204518ef845fa5a9f1c7;hp=753ff6ec2aaf5fad8fe4fc4a04ee538030b79744;hpb=f05de085a4b86c9efef9a5b222333dc648f1e090;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-iterator.h b/include/babeltrace/graph/notification-iterator.h index 753ff6ec..35f68a83 100644 --- a/include/babeltrace/graph/notification-iterator.h +++ b/include/babeltrace/graph/notification-iterator.h @@ -40,7 +40,7 @@ struct bt_notification_iterator; * Status code. Errors are always negative. */ enum bt_notification_iterator_status { - /** Try again. */ + /** No notifications available for now. Try again later. */ BT_NOTIFICATION_ITERATOR_STATUS_AGAIN = 11, /** No more notifications to be delivered. */ BT_NOTIFICATION_ITERATOR_STATUS_END = 1,