liblttng-ust-ctl: Implement SIGBUS handling
[lttng-ust.git] / src / common / ringbuffer / frontend.h
index cc9d80d5f9a55870579d5c869e645a909582b78c..ed0cc7d434493acf20323f53a69f3b544e1b4679 100644 (file)
@@ -17,7 +17,7 @@
 #include <urcu/compiler.h>
 #include <urcu/uatomic.h>
 
-#include "smp.h"
+#include "common/smp.h"
 
 /* Internal helpers */
 #include "frontend_internal.h"
@@ -81,7 +81,8 @@ extern struct lttng_ust_ring_buffer *channel_get_ring_buffer(
                                struct lttng_ust_shm_handle *handle,
                                int *shm_fd, int *wait_fd,
                                int *wakeup_fd,
-                               uint64_t *memory_map_size)
+                               uint64_t *memory_map_size,
+                               void **memory_map_addr)
        __attribute__((visibility("hidden")));
 
 extern
This page took 0.023411 seconds and 4 git commands to generate.