X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flttng-ring-buffer-event-notifier-client.h;h=9bc0f9671a113066a23ca74aac69f443433b74cf;hb=17f90b04459c851547b2dc6e90e3bded1b1206d5;hp=993c96da3699048ab58fe2989fea93d00737aeed;hpb=c7d9db61d9c4861b6f344af8f1471a42e00739a8;p=lttng-modules.git diff --git a/src/lttng-ring-buffer-event-notifier-client.h b/src/lttng-ring-buffer-event-notifier-client.h index 993c96da..9bc0f967 100644 --- a/src/lttng-ring-buffer-event-notifier-client.h +++ b/src/lttng-ring-buffer-event-notifier-client.h @@ -13,6 +13,7 @@ #include /* for wrapper_vmalloc_sync_mappings() */ #include #include +#include #include #include @@ -301,7 +302,7 @@ void lttng_write_event_notifier_header(const struct lib_ring_buffer_config *conf } static -int lttng_event_reserve(struct lib_ring_buffer_ctx *ctx, uint32_t event_id) +int lttng_event_reserve(struct lib_ring_buffer_ctx *ctx) { struct channel *chan = ctx->client_priv; int ret;