Adapt plugin system to use unified reference counting
[babeltrace.git] / include / babeltrace / plugin / notification / notification-internal.h
index 92cea158764dd0834b29e1627dfa975f2154d478..a59d503500a94352573fc9c61d24ab0b0edc7e8d 100644 (file)
 
 #include <babeltrace/ctf-writer/ref-internal.h>
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/object-internal.h>
 #include <babeltrace/plugin/notification/notification.h>
-#include <glib.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_plugin_notification {
-       struct bt_ctf_ref ref_count;
-       enum bt_plugin_notification_type type;
+struct bt_notification {
+       struct bt_object base;
+       enum bt_notification_type type;
 };
 
 #ifdef __cplusplus
This page took 0.026873 seconds and 4 git commands to generate.