Adapt plugin system to use unified reference counting
[babeltrace.git] / include / babeltrace / plugin / notification / notification-internal.h
index 0d909db45c6041512db0b0bca2b41a9ba80e73cf..a59d503500a94352573fc9c61d24ab0b0edc7e8d 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <babeltrace/ctf-writer/ref-internal.h>
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/object-internal.h>
 #include <babeltrace/plugin/notification/notification.h>
 
 #ifdef __cplusplus
@@ -36,7 +37,7 @@ extern "C" {
 #endif
 
 struct bt_notification {
-       struct bt_ctf_ref ref;
+       struct bt_object base;
        enum bt_notification_type type;
 };
 
This page took 0.022843 seconds and 4 git commands to generate.