X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fnotification%2Fnotification-internal.h;h=a59d503500a94352573fc9c61d24ab0b0edc7e8d;hb=b8a068016f0953440df334b147db75e861e7f2ac;hp=0d909db45c6041512db0b0bca2b41a9ba80e73cf;hpb=dafd80ce71a4f617deaac7084edb0c03450b3259;p=babeltrace.git diff --git a/include/babeltrace/plugin/notification/notification-internal.h b/include/babeltrace/plugin/notification/notification-internal.h index 0d909db4..a59d5035 100644 --- a/include/babeltrace/plugin/notification/notification-internal.h +++ b/include/babeltrace/plugin/notification/notification-internal.h @@ -29,6 +29,7 @@ #include #include +#include #include #ifdef __cplusplus @@ -36,7 +37,7 @@ extern "C" { #endif struct bt_notification { - struct bt_ctf_ref ref; + struct bt_object base; enum bt_notification_type type; };