Rename bt_notification_packet_start to "begin"
[babeltrace.git] / plugins / text / text.c
index 6781b1b66e20237907c7dcd616643ba557f6c415..2712dd684db95d8de215cf24dc94a356e3faf71e 100644 (file)
@@ -119,7 +119,7 @@ enum bt_component_status handle_notification(struct text_component *text,
        }
 
        switch (bt_notification_get_type(notification)) {
-       case BT_NOTIFICATION_TYPE_PACKET_START:
+       case BT_NOTIFICATION_TYPE_PACKET_BEGIN:
                puts("<packet>");
                break;
        case BT_NOTIFICATION_TYPE_PACKET_END:
This page took 0.024158 seconds and 4 git commands to generate.