lib: remove clock class priority map, use default clock value
[babeltrace.git] / include / babeltrace / graph / notification.h
index b64d40ad29c76a0ac53899c85b88dcfa53178d12..198485b48b6623df7588130143640548e15f43cc 100644 (file)
@@ -33,21 +33,19 @@ extern "C" {
 
 struct bt_notification;
 
+typedef struct bt_notification **bt_notification_array;
+
 /**
  * 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,
        BT_NOTIFICATION_TYPE_STREAM_END =               3,
        BT_NOTIFICATION_TYPE_PACKET_BEGIN =             4,
        BT_NOTIFICATION_TYPE_PACKET_END =               5,
-       BT_NOTIFICATION_TYPE_DISCARDED_EVENTS =         6,
-       BT_NOTIFICATION_TYPE_DISCARDED_PACKETS =        7,
        BT_NOTIFICATION_TYPE_NR, /* Not part of ABI. */
 };
 
This page took 0.025326 seconds and 4 git commands to generate.