Write event header
[lttng-modules.git] / ltt-ring-buffer-metadata-client.h
index c457aea21361832cdb7c38de3483b559279922b5..17207f27ab928a929ec0a25cdb5a1cb5069ec84a 100644 (file)
@@ -187,7 +187,7 @@ void ltt_buffer_read_close(struct lib_ring_buffer *buf)
 }
 
 static
-int ltt_event_reserve(struct lib_ring_buffer_ctx *ctx)
+int ltt_event_reserve(struct lib_ring_buffer_ctx *ctx, uint16_t event_id)
 {
        return lib_ring_buffer_reserve(&client_config, ctx);
 }
This page took 0.030524 seconds and 4 git commands to generate.