include/babeltrace/graph: fix some include guards
[babeltrace.git] / include / babeltrace / graph / notification-internal.h
index c37d2f10b4c0a65beee806e43644038c8caeef05..2fbdbb42cbc1ab38a0ec7c2f259b44756027f2a1 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_NOTIFICATION_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_NOTIFICATION_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_NOTIFICATION_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_NOTIFICATION_INTERNAL_H
 
 /*
  * BabelTrace - Plug-in Notification internal
@@ -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:
@@ -91,4 +88,4 @@ const char *bt_notification_type_string(enum bt_notification_type type)
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_NOTIFICATION_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_NOTIFICATION_INTERNAL_H */
This page took 0.024128 seconds and 4 git commands to generate.