Rename lttng_probe_{,un}register to lttng_kernel_probe_{,un}register
[lttng-modules.git] / src / lttng-ring-buffer-event-notifier-client.h
index 993c96da3699048ab58fe2989fea93d00737aeed..9bc0f9671a113066a23ca74aac69f443433b74cf 100644 (file)
@@ -13,6 +13,7 @@
 #include <wrapper/vmalloc.h>   /* for wrapper_vmalloc_sync_mappings() */
 #include <lttng/abi.h>
 #include <lttng/events.h>
+#include <lttng/events-internal.h>
 #include <lttng/tracer.h>
 #include <wrapper/limits.h>
 
@@ -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;
This page took 0.023592 seconds and 4 git commands to generate.