Add CTF-IR visitor interface
[babeltrace.git] / include / babeltrace / plugin / notification / notification.h
index 21a7328d9544d95e2a9936c32f9d398ad22e5081..b8b87a4476fc8f541d7586e7836f3c2465ee91cc 100644 (file)
@@ -54,8 +54,17 @@ enum bt_notification_type {
        /** End of stream packet notification, see packet.h */
        BT_NOTIFICATION_TYPE_END_PACKET = 3,
 
+       /** New trace notification, see model.h */
+       BT_NOTIFICATION_TYPE_NEW_TRACE = 4,
+
+       /** New stream class notification, see model.h */
+       BT_NOTIFICATION_TYPE_NEW_STREAM_CLASS = 5,
+
+       /** New event class notification, see model.h */
+       BT_NOTIFICATION_TYPE_NEW_EVENT_CLASS = 6,
+
        /** End of trace notification, see eot.h */
-       BT_NOTIFICATION_TYPE_END_OF_TRACE = 4,
+       BT_NOTIFICATION_TYPE_END_OF_TRACE = 7,
 
        BT_NOTIFICATION_TYPE_NR,
 };
This page took 0.024066 seconds and 4 git commands to generate.