Calculate context length outside of retry loop
[lttng-modules.git] / lib / ringbuffer / frontend_internal.h
index f143ecae462df68f2823387962ea27388ed1f603..26bd7c24fd64be6c196db641e2456bf3dd5dbde0 100644 (file)
@@ -150,7 +150,8 @@ int last_tsc_overflow(const struct lib_ring_buffer_config *config,
 #endif
 
 extern
-int lib_ring_buffer_reserve_slow(struct lib_ring_buffer_ctx *ctx);
+int lib_ring_buffer_reserve_slow(struct lib_ring_buffer_ctx *ctx,
+               void *client_ctx);
 
 extern
 void lib_ring_buffer_switch_slow(struct lib_ring_buffer *buf,
This page took 0.022787 seconds and 4 git commands to generate.