X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Ffrontend.h;h=ce79cdeed2d3f1ed24ff90576fd6281b99b1a260;hb=ef9ff354212ff4b038e1a5b6a7ed0ffe1b949663;hp=eb95e6225986a759df3e809be09ad6e955222d5a;hpb=345672b3fe38367d674f9d85b0bb4327f5a5c586;p=lttng-ust.git diff --git a/libringbuffer/frontend.h b/libringbuffer/frontend.h index eb95e622..ce79cdee 100644 --- a/libringbuffer/frontend.h +++ b/libringbuffer/frontend.h @@ -52,8 +52,8 @@ struct lttng_ust_shm_handle *channel_create(const struct lttng_ust_lib_ring_buff size_t subbuf_size, size_t num_subbuf, unsigned int switch_timer_interval, unsigned int read_timer_interval, - int *shm_fd, int *wait_fd, - uint64_t *memory_map_size); + int **shm_fd, int **wait_fd, + uint64_t **memory_map_size); /* channel_handle_create - for consumer. */ extern @@ -89,8 +89,8 @@ extern struct lttng_ust_lib_ring_buffer *channel_get_ring_buffer( const struct lttng_ust_lib_ring_buffer_config *config, struct channel *chan, int cpu, struct lttng_ust_shm_handle *handle, - int *shm_fd, int *wait_fd, - uint64_t *memory_map_size); + int **shm_fd, int **wait_fd, + uint64_t **memory_map_size); extern int lib_ring_buffer_open_read(struct lttng_ust_lib_ring_buffer *buf, struct lttng_ust_shm_handle *handle, int shadow);