Add discarded events notification type
[babeltrace.git] / 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.023817 seconds and 4 git commands to generate.