X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification.h;h=ce4c374f3ad05d2be77f63765aa0cf0b1a95c52a;hb=f42867e2d049c1e7cad50cd097290a3adef8d54c;hp=b64d40ad29c76a0ac53899c85b88dcfa53178d12;hpb=f6ccaed94e575af57fe6bf38154771bee4871a2a;p=babeltrace.git diff --git a/include/babeltrace/graph/notification.h b/include/babeltrace/graph/notification.h index b64d40ad..ce4c374f 100644 --- a/include/babeltrace/graph/notification.h +++ b/include/babeltrace/graph/notification.h @@ -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,