lib: notification iterator: transfer a batch of notifications
[babeltrace.git] / include / babeltrace / graph / notification.h
index b64d40ad29c76a0ac53899c85b88dcfa53178d12..1f8b7a3150eaf7ae42e8d33fa0a9efc6febe6cfe 100644 (file)
@@ -33,13 +33,13 @@ 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,
This page took 0.0245069999999999 seconds and 4 git commands to generate.