Fix: sample discarded events count before reserve
[lttng-ust.git] / src / common / ringbuffer / ringbuffer-config.h
index 94f283ff930dd471b1eb5e92ae1dc5afcbb2e4b4..61386174c4f7e27ad019650ca16bf432e7b14bf6 100644 (file)
@@ -51,7 +51,8 @@ struct lttng_ust_ring_buffer_client_cb {
                              struct lttng_ust_shm_handle *handle);
        void (*buffer_end) (struct lttng_ust_ring_buffer *buf, uint64_t tsc,
                            unsigned int subbuf_idx, unsigned long data_size,
-                           struct lttng_ust_shm_handle *handle);
+                           struct lttng_ust_shm_handle *handle,
+                           const struct lttng_ust_ring_buffer_ctx *ctx);
 
        /* Optional callbacks (can be set to NULL) */
 
This page took 0.023062 seconds and 4 git commands to generate.