Add discarded events notification type
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Mar 2015 22:49:52 +0000 (17:49 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 16:54:30 +0000 (12:54 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/plugin/notification/notification.h

index 2d73dcc1a79c8fe9d8e5189dfb1b1e411c9a0303..6db3a503078547d71efad3822066152d4d76df10 100644 (file)
@@ -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(
This page took 0.024042 seconds and 4 git commands to generate.