X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fconst-notification.h;h=a8347a3d7cebc660d1e9a3e41cbc01379f3c39ea;hb=bb5bb16080ef123c91a690eb267a8d83bd4fb199;hp=44c50d3cac6b0485af253322d48d08e1ec2c25df;hpb=6be5a99eddff403a941a1329add897a0f27ca509;p=babeltrace.git diff --git a/include/babeltrace/graph/const-notification.h b/include/babeltrace/graph/const-notification.h index 44c50d3c..a8347a3d 100644 --- a/include/babeltrace/graph/const-notification.h +++ b/include/babeltrace/graph/const-notification.h @@ -39,9 +39,9 @@ typedef struct bt_notification **bt_notification_array; 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, };