lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / include / babeltrace / graph / notification-const.h
index 4ab0bb91dff24cebdb8d8ebc6415915d43861104..ed8cb84166dd70c1062c641819a8d548821d59df 100644 (file)
@@ -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,
 };
 
This page took 0.02369 seconds and 4 git commands to generate.