lib: remove clock class priority map, use default clock value
[babeltrace.git] / include / babeltrace / graph / notification.h
index ce4c374f3ad05d2be77f63765aa0cf0b1a95c52a..198485b48b6623df7588130143640548e15f43cc 100644 (file)
@@ -33,6 +33,8 @@ extern "C" {
 
 struct bt_notification;
 
+typedef struct bt_notification **bt_notification_array;
+
 /**
  * Notification types. Unhandled notification types should be ignored.
  */
@@ -44,8 +46,6 @@ enum bt_notification_type {
        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.024007 seconds and 4 git commands to generate.