Add bt_component_sink_register_notification_type
[babeltrace.git] / include / babeltrace / plugin / sink-internal.h
index ec6f9c2f1a42620f4d115f8c266f6e1d4ad2d1f8..047d6d1cc9d4a28137bf02079afb2d7e3254e15c 100644 (file)
@@ -38,11 +38,13 @@ struct bt_component_sink_class {
        struct bt_component_class parent;
 };
 
+typedef uint32_t notification_mask_t;
 struct bt_component_sink {
        struct bt_component parent;
 
        /* Component implementation callbacks */
        bt_component_sink_handle_notification_cb handle_notification;
+       notification_mask_t registered_notifications_mask;
 };
 
 /**
This page took 0.038657 seconds and 4 git commands to generate.