Fix: ACCESS_ONCE() removed in kernel 4.15
[lttng-modules.git] / lib / ringbuffer / frontend_internal.h
index 88820f7e5c0c04d6b66255e38524c59b760e70a2..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,
@@ -167,7 +168,6 @@ void lib_ring_buffer_check_deliver_slow(const struct lib_ring_buffer_config *con
 
 extern
 void lib_ring_buffer_switch_remote(struct lib_ring_buffer *buf);
-
 extern
 void lib_ring_buffer_switch_remote_empty(struct lib_ring_buffer *buf);
 
This page took 0.022883 seconds and 4 git commands to generate.