From: Jérémie Galarneau Date: Fri, 6 Mar 2015 22:49:52 +0000 (-0500) Subject: Add discarded events notification type X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=06afb961e698de864aeab77857f7e0bed730dea1;p=deliverable%2Fbabeltrace.git Add discarded events notification type Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/plugin/notification/notification.h b/include/babeltrace/plugin/notification/notification.h index 2d73dcc1a..6db3a5030 100644 --- a/include/babeltrace/plugin/notification/notification.h +++ b/include/babeltrace/plugin/notification/notification.h @@ -38,6 +38,7 @@ struct bt_notification; enum bt_plugin_notification_type { BT_PLUGIN_NOTIFICATION_TYPE_UNKNOWN = -1, BT_PLUGIN_NOTIFICATION_TYPE_EVENT = 0, /* see notification/event.h */ + BT_PLUGIN_NOTIFICATION_TYPE_EVENTS_DISCARDED = 0, /* see notification/events-discarded.h */ }; enum bt_plugin_notification_type bt_plugin_notification_get_type(