X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flttng-event-notifier-notification.c;fp=src%2Flttng-event-notifier-notification.c;h=d10f0fdabec3772b292fa3eb063ca58da8837e5c;hb=606828e401c405619a0c7249e8c7e3291cc1cb45;hp=1a40fed74101f86118aef131e46396c04904cf7a;hpb=437d5aa59380583ce1cd14d394a53b398be1275d;p=lttng-modules.git diff --git a/src/lttng-event-notifier-notification.c b/src/lttng-event-notifier-notification.c index 1a40fed7..d10f0fda 100644 --- a/src/lttng-event-notifier-notification.c +++ b/src/lttng-event-notifier-notification.c @@ -382,7 +382,7 @@ void notification_send(struct lttng_event_notifier_notification *notif, { struct lttng_event_notifier_group *event_notifier_group = event_notifier->group; struct lib_ring_buffer_ctx ctx; - struct lttng_kernel_event_notifier_notification kernel_notif; + struct lttng_kernel_abi_event_notifier_notification kernel_notif; size_t capture_buffer_content_len, reserve_size; int ret;