X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-const.h;h=ed8cb84166dd70c1062c641819a8d548821d59df;hb=bb5bb16080ef123c91a690eb267a8d83bd4fb199;hp=4ab0bb91dff24cebdb8d8ebc6415915d43861104;hpb=6be5a99eddff403a941a1329add897a0f27ca509;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-const.h b/include/babeltrace/graph/notification-const.h index 4ab0bb91..ed8cb841 100644 --- a/include/babeltrace/graph/notification-const.h +++ b/include/babeltrace/graph/notification-const.h @@ -39,9 +39,9 @@ typedef const struct bt_notification **bt_notification_array_const; enum bt_notification_type { BT_NOTIFICATION_TYPE_EVENT = 0, BT_NOTIFICATION_TYPE_INACTIVITY = 1, - BT_NOTIFICATION_TYPE_STREAM_BEGIN = 2, + BT_NOTIFICATION_TYPE_STREAM_BEGINNING = 2, BT_NOTIFICATION_TYPE_STREAM_END = 3, - BT_NOTIFICATION_TYPE_PACKET_BEGIN = 4, + BT_NOTIFICATION_TYPE_PACKET_BEGINNING = 4, BT_NOTIFICATION_TYPE_PACKET_END = 5, };