Calculate context length outside of retry loop
[lttng-ust.git] / libringbuffer / frontend_internal.h
index 68aa70223ea5529acd3ecdf67a3c9b4057fcdb49..323a8df7f98cd7e5d3aba69302c6c291799b8bbd 100644 (file)
@@ -158,7 +158,8 @@ int last_tsc_overflow(const struct lttng_ust_lib_ring_buffer_config *config,
 #endif
 
 extern
-int lib_ring_buffer_reserve_slow(struct lttng_ust_lib_ring_buffer_ctx *ctx);
+int lib_ring_buffer_reserve_slow(struct lttng_ust_lib_ring_buffer_ctx *ctx,
+               void *client_ctx);
 
 extern
 void lib_ring_buffer_switch_slow(struct lttng_ust_lib_ring_buffer *buf,
This page took 0.023133 seconds and 4 git commands to generate.