X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fringbuffer%2Ffrontend.h;h=ed0cc7d434493acf20323f53a69f3b544e1b4679;hb=434897eecad53ba1c16b8f7881d18ba187a49163;hp=cc9d80d5f9a55870579d5c869e645a909582b78c;hpb=b5457df5fd74e033cbaa75307f9bbc12aff4ab8f;p=lttng-ust.git diff --git a/src/common/ringbuffer/frontend.h b/src/common/ringbuffer/frontend.h index cc9d80d5..ed0cc7d4 100644 --- a/src/common/ringbuffer/frontend.h +++ b/src/common/ringbuffer/frontend.h @@ -17,7 +17,7 @@ #include #include -#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