Notification iterator: transform precondition checks to BT_ASSERT_PRE()
[babeltrace.git] / include / babeltrace / graph / notification.h
index b64d40ad29c76a0ac53899c85b88dcfa53178d12..ce4c374f3ad05d2be77f63765aa0cf0b1a95c52a 100644 (file)
@@ -37,9 +37,7 @@ struct bt_notification;
  * Notification types. Unhandled notification types should be ignored.
  */
 enum bt_notification_type {
-       BT_NOTIFICATION_TYPE_SENTINEL =                 -1000,
        BT_NOTIFICATION_TYPE_UNKNOWN =                  -1,
-       BT_NOTIFICATION_TYPE_ALL =                      -2,
        BT_NOTIFICATION_TYPE_EVENT =                    0,
        BT_NOTIFICATION_TYPE_INACTIVITY =               1,
        BT_NOTIFICATION_TYPE_STREAM_BEGIN =             2,
This page took 0.027838 seconds and 4 git commands to generate.