Rename bt_notification_packet_start to "begin"
[babeltrace.git] / include / babeltrace / plugin / notification / notification.h
index 4636f229126f6f14386637aa7c38af0c1cc5a7b4..34a185a01f11a167226a3b2b25ea90b6dc08a699 100644 (file)
@@ -48,8 +48,8 @@ enum bt_notification_type {
        /** Event delivery notification, see event.h */
        BT_NOTIFICATION_TYPE_EVENT = 1,
 
-       /** Start of stream packet notification, see packet.h */
-       BT_NOTIFICATION_TYPE_PACKET_START = 2,
+       /** Beginning of stream packet notification, see packet.h */
+       BT_NOTIFICATION_TYPE_PACKET_BEGIN = 2,
 
        /** End of stream packet notification, see packet.h */
        BT_NOTIFICATION_TYPE_PACKET_END = 3,
This page took 0.023549 seconds and 4 git commands to generate.