Plugins are alive!
[babeltrace.git] / include / babeltrace / plugin / notification / notification.h
index 487c737e8739d0b49d4b9a77d2d792c9d1555b3e..5557f919b3ac3723d495871fefb687094fcd05b5 100644 (file)
@@ -48,11 +48,11 @@ enum bt_notification_type {
        /** Event delivery notification, see event.h */
        BT_NOTIFICATION_TYPE_EVENT = 1,
 
-       /** New stream packet notification, see packet.h */
-       BT_NOTIFICATION_TYPE_NEW_PACKET = 2,
+       /** Start of stream packet notification, see packet.h */
+       BT_NOTIFICATION_TYPE_PACKET_START = 2,
 
        /** End of stream packet notification, see packet.h */
-       BT_NOTIFICATION_TYPE_END_PACKET = 3,
+       BT_NOTIFICATION_TYPE_PACKET_END = 3,
 
        /** New trace notification, see model.h */
        BT_NOTIFICATION_TYPE_NEW_TRACE = 4,
This page took 0.024281 seconds and 4 git commands to generate.