Fix: sample discarded events count before reserve
[lttng-modules.git] / src / lttng-ring-buffer-event-notifier-client.h
index ccd3a0206f12d1a6c56437302b21de17f350bc2b..8526e05e413fcb1e2b58a75682013ff242b8f1cb 100644 (file)
@@ -96,7 +96,8 @@ static void client_buffer_begin(struct lttng_kernel_ring_buffer *buf, u64 tsc,
  * subbuffer. data_size is between 1 and subbuf_size.
  */
 static void client_buffer_end(struct lttng_kernel_ring_buffer *buf, u64 tsc,
-                             unsigned int subbuf_idx, unsigned long data_size)
+                             unsigned int subbuf_idx, unsigned long data_size,
+                             const struct lttng_kernel_ring_buffer_ctx *ctx)
 {
 }
 
This page took 0.023028 seconds and 4 git commands to generate.