Rename lttng_probe_{,un}register to lttng_kernel_probe_{,un}register
[lttng-modules.git] / src / lttng-ring-buffer-metadata-client.h
index 7e418001f85fb51fadb2a31c5a38dec4f703a29e..f697cafd107d0ca11064bfda9f43f7800540a52f 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/types.h>
 #include <wrapper/vmalloc.h>   /* for wrapper_vmalloc_sync_mappings() */
 #include <lttng/events.h>
+#include <lttng/events-internal.h>
 #include <lttng/tracer.h>
 
 static struct lttng_transport lttng_relay_transport;
@@ -300,7 +301,7 @@ void lttng_buffer_read_close(struct lib_ring_buffer *buf)
 }
 
 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.024772 seconds and 4 git commands to generate.