Introduce bt_plugin and bt_component_class
[babeltrace.git] / include / babeltrace / plugin / notification / notification-internal.h
index 7b1a3954b8c813ce72085e0ddc2057ad2bdb957f..0d909db45c6041512db0b0bca2b41a9ba80e73cf 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
 #endif
 
 struct bt_notification {
-       struct bt_ctf_ref ref_count;
+       struct bt_ctf_ref ref;
        enum bt_notification_type type;
 };
 
This page took 0.022534 seconds and 4 git commands to generate.