Introduce bt_plugin and bt_component_class
[babeltrace.git] / include / babeltrace / plugin / notification / notification-internal.h
index 92cea158764dd0834b29e1627dfa975f2154d478..0d909db45c6041512db0b0bca2b41a9ba80e73cf 100644 (file)
 #include <babeltrace/ctf-writer/ref-internal.h>
 #include <babeltrace/babeltrace-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_ctf_ref ref;
+       enum bt_notification_type type;
 };
 
 #ifdef __cplusplus
This page took 0.030642 seconds and 4 git commands to generate.