X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Ffrontend.h;h=c1d8dd4276962b769395df9e6407dd934b9da11a;hb=381c0f1ef474e0ae8a96b3753470ca4bda45c764;hp=2385d392e68f985c9061e02ee1f6690692b3ff09;hpb=4e2ee1f5ad0b837440f3b850e971f25db209cca1;p=lttng-ust.git diff --git a/libringbuffer/frontend.h b/libringbuffer/frontend.h index 2385d392..c1d8dd42 100644 --- a/libringbuffer/frontend.h +++ b/libringbuffer/frontend.h @@ -67,7 +67,9 @@ void *channel_destroy(struct channel *chan, struct shm_handle *handle); extern struct lib_ring_buffer *channel_get_ring_buffer( const struct lib_ring_buffer_config *config, struct channel *chan, int cpu, - struct shm_handle *handle); + struct shm_handle *handle, + int *shm_fd, int *wait_fd, + uint64_t *memory_map_size); extern int lib_ring_buffer_open_read(struct lib_ring_buffer *buf, struct shm_handle *handle); extern void lib_ring_buffer_release_read(struct lib_ring_buffer *buf,