From 06afb961e698de864aeab77857f7e0bed730dea1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 6 Mar 2015 17:49:52 -0500 Subject: [PATCH] Add discarded events notification type MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/plugin/notification/notification.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/babeltrace/plugin/notification/notification.h b/include/babeltrace/plugin/notification/notification.h index 2d73dcc1..6db3a503 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( -- 2.34.1