X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-internal.h;h=d1149055717fc61c451f2dbbf66563f6a96f8720;hb=f42867e2d049c1e7cad50cd097290a3adef8d54c;hp=c37d2f10b4c0a65beee806e43644038c8caeef05;hpb=f6ccaed94e575af57fe6bf38154771bee4871a2a;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-internal.h b/include/babeltrace/graph/notification-internal.h index c37d2f10..d1149055 100644 --- a/include/babeltrace/graph/notification-internal.h +++ b/include/babeltrace/graph/notification-internal.h @@ -41,6 +41,7 @@ struct bt_notification { struct bt_object base; enum bt_notification_type type; get_stream_func get_stream; + uint64_t seq_num; bt_bool frozen; }; @@ -64,12 +65,8 @@ static inline const char *bt_notification_type_string(enum bt_notification_type type) { switch (type) { - case BT_NOTIFICATION_TYPE_SENTINEL: - return "BT_NOTIFICATION_TYPE_SENTINEL"; case BT_NOTIFICATION_TYPE_UNKNOWN: return "BT_NOTIFICATION_TYPE_UNKNOWN"; - case BT_NOTIFICATION_TYPE_ALL: - return "BT_NOTIFICATION_TYPE_ALL"; case BT_NOTIFICATION_TYPE_EVENT: return "BT_NOTIFICATION_TYPE_EVENT"; case BT_NOTIFICATION_TYPE_INACTIVITY: