X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fnotification%2Fiterator.h;h=22807e41ab6f509c0660f7f2e7aea0603f5f98e6;hb=47e5a0329d01fa74bdf8b3fdcf75940f6789c93f;hp=18ee4f625a0d818013affa723d0fc0b5cf5f6757;hpb=48c86b66fe007c348e5ce543d8ee1ce7a066f894;p=babeltrace.git diff --git a/include/babeltrace/plugin/notification/iterator.h b/include/babeltrace/plugin/notification/iterator.h index 18ee4f62..22807e41 100644 --- a/include/babeltrace/plugin/notification/iterator.h +++ b/include/babeltrace/plugin/notification/iterator.h @@ -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,