Remove event id parameter from event_reserve callback
[lttng-modules.git] / src / lttng-ring-buffer-event-notifier-client.h
index 993c96da3699048ab58fe2989fea93d00737aeed..a1c8cb323187b75ba2c3c8def9457786630d9f6e 100644 (file)
@@ -301,7 +301,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.023316 seconds and 4 git commands to generate.