Add iterator and source implementations
[babeltrace.git] / include / babeltrace / plugin / notification / iterator.h
index 18ee4f625a0d818013affa723d0fc0b5cf5f6757..22807e41ab6f509c0660f7f2e7aea0603f5f98e6 100644 (file)
@@ -42,7 +42,7 @@ struct bt_notification_iterator;
 enum bt_notification_iterator_status {
        /** Invalid arguments. */
        /* -22 for compatibility with -EINVAL */
-       BT_NOTIFICATION_ITERATOR_STATUS_EINVAL = -22,
+       BT_NOTIFICATION_ITERATOR_STATUS_INVAL = -22,
 
        /** End of trace. */
        BT_NOTIFICATION_ITERATOR_STATUS_EOT = -3,
This page took 0.023181 seconds and 4 git commands to generate.