add end of stream notification
[babeltrace.git] / include / babeltrace / plugin / notification / notification.h
index 5557f919b3ac3723d495871fefb687094fcd05b5..4636f229126f6f14386637aa7c38af0c1cc5a7b4 100644 (file)
@@ -54,17 +54,20 @@ enum bt_notification_type {
        /** End of stream packet notification, see packet.h */
        BT_NOTIFICATION_TYPE_PACKET_END = 3,
 
+       /** End of stream packet notification, see stream.h */
+       BT_NOTIFICATION_TYPE_STREAM_END = 4,
+
        /** New trace notification, see model.h */
-       BT_NOTIFICATION_TYPE_NEW_TRACE = 4,
+       BT_NOTIFICATION_TYPE_NEW_TRACE = 5,
 
        /** New stream class notification, see model.h */
-       BT_NOTIFICATION_TYPE_NEW_STREAM_CLASS = 5,
+       BT_NOTIFICATION_TYPE_NEW_STREAM_CLASS = 6,
 
        /** New event class notification, see model.h */
-       BT_NOTIFICATION_TYPE_NEW_EVENT_CLASS = 6,
+       BT_NOTIFICATION_TYPE_NEW_EVENT_CLASS = 7,
 
        /** End of trace notification, see eot.h */
-       BT_NOTIFICATION_TYPE_END_OF_TRACE = 7,
+       BT_NOTIFICATION_TYPE_END_OF_TRACE = 8,
 
        BT_NOTIFICATION_TYPE_NR, /* Not part of ABI. */
 };
This page took 0.02447 seconds and 4 git commands to generate.