X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Flib-logging.c;h=d58996b0a188fb5cf6fe9a248715207bc1fc32ef;hb=bb5bb16080ef123c91a690eb267a8d83bd4fb199;hp=a72cdd98e1d9ac4e5ea4a741814ed7c799933324;hpb=6be5a99eddff403a941a1329add897a0f27ca509;p=babeltrace.git diff --git a/lib/lib-logging.c b/lib/lib-logging.c index a72cdd98..d58996b0 100644 --- a/lib/lib-logging.c +++ b/lib/lib-logging.c @@ -926,9 +926,9 @@ static inline void format_notification(char **buf_ch, bool extended, break; } - case BT_NOTIFICATION_TYPE_STREAM_BEGIN: + case BT_NOTIFICATION_TYPE_STREAM_BEGINNING: { - const struct bt_notification_stream_begin *notif_stream = + const struct bt_notification_stream_beginning *notif_stream = (const void *) notif; if (notif_stream->stream) { @@ -950,9 +950,9 @@ static inline void format_notification(char **buf_ch, bool extended, break; } - case BT_NOTIFICATION_TYPE_PACKET_BEGIN: + case BT_NOTIFICATION_TYPE_PACKET_BEGINNING: { - const struct bt_notification_packet_begin *notif_packet = + const struct bt_notification_packet_beginning *notif_packet = (const void *) notif; if (notif_packet->packet) {