X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fnotification%2Fnotification-internal.h;h=77b6bf13b728b4016e3bb348a75064f3913955ac;hb=78586d8a10bfb11d34d187697ae15e9255c6ddf4;hp=2b5b291bb9432de727b7db931b5da7575aaf70d3;hpb=663618eed7aae79f22d8649f677bf13a3bb76771;p=babeltrace.git diff --git a/include/babeltrace/plugin/notification/notification-internal.h b/include/babeltrace/plugin/notification/notification-internal.h index 2b5b291b..77b6bf13 100644 --- a/include/babeltrace/plugin/notification/notification-internal.h +++ b/include/babeltrace/plugin/notification/notification-internal.h @@ -41,6 +41,11 @@ struct bt_notification { enum bt_notification_type type; }; +BT_HIDDEN +void bt_notification_init(struct bt_notification *notification, + enum bt_notification_type type, + bt_object_release_func release); + #ifdef __cplusplus } #endif