ref.h: doc: fix typo
[babeltrace.git] / include / babeltrace / plugin / notification / notification-internal.h
index 77b6bf13b728b4016e3bb348a75064f3913955ac..2259eac0e5f625c2f64eba2b52274853295592ee 100644 (file)
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/plugin/notification/notification.h>
+#include <babeltrace/ctf-ir/stream.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+typedef struct bt_ctf_stream *(*get_stream_func)(
+               struct bt_notification *notification);
+
 struct bt_notification {
        struct bt_object base;
        enum bt_notification_type type;
+       get_stream_func get_stream;
 };
 
 BT_HIDDEN
This page took 0.023179 seconds and 4 git commands to generate.