Remove event id parameter from event_reserve callback
[lttng-modules.git] / src / lttng-ring-buffer-metadata-client.h
index 7e418001f85fb51fadb2a31c5a38dec4f703a29e..16e80c0700de8a1e859a61edce72868f08be9e5c 100644 (file)
@@ -300,7 +300,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.023036 seconds and 4 git commands to generate.