Notification interfaces
[babeltrace.git] / include / babeltrace / plugin / plugin-internal.h
index 83654c17d54e436e14b71c4f43d02d64b168f584..a05053182705d082892159443b5ebe635c5a8b58 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/ctf-writer/ref-internal.h>
 #include <glib.h>
 
 #ifdef __cplusplus
@@ -37,6 +38,7 @@ extern "C" {
 struct bt_notification;
 
 struct bt_plugin {
+       struct bt_ctf_ref ref_count;
        GString *name;
        enum bt_plugin_type type;
 
This page took 0.022623 seconds and 4 git commands to generate.