Calculate context length outside of retry loop
[lttng-modules.git] / lib / ringbuffer / config.h
index 60174db63a38687e256b3726e7a83dcd0af47209..05985197ff930ee3b6a889f36abbbc5f6599aa06 100644 (file)
@@ -48,7 +48,8 @@ struct lib_ring_buffer_client_cb {
        size_t (*record_header_size) (const struct lib_ring_buffer_config *config,
                                      struct channel *chan, size_t offset,
                                      size_t *pre_header_padding,
-                                     struct lib_ring_buffer_ctx *ctx);
+                                     struct lib_ring_buffer_ctx *ctx,
+                                     void *client_ctx);
 
        /* Slow path only, at subbuffer switch */
        size_t (*subbuffer_header_size) (void);
This page took 0.022842 seconds and 4 git commands to generate.