X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fnotification%2Fnotification-internal.h;h=0d909db45c6041512db0b0bca2b41a9ba80e73cf;hb=fb2dcc52d2d351c4fb46878414f51d2cdecdfc6f;hp=7b1a3954b8c813ce72085e0ddc2057ad2bdb957f;hpb=732995546409a6d6c279acbcd44d3dbc4a1a3195;p=babeltrace.git diff --git a/include/babeltrace/plugin/notification/notification-internal.h b/include/babeltrace/plugin/notification/notification-internal.h index 7b1a3954..0d909db4 100644 --- a/include/babeltrace/plugin/notification/notification-internal.h +++ b/include/babeltrace/plugin/notification/notification-internal.h @@ -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; };