Cleanup: Remove unused max() macros from ring_buffer_frontend.c
[lttng-ust.git] / libringbuffer / frontend.h
index 89613d4cc64823a943ad3f42d17be83e0140d3c9..8c8517086828d1fc5c9cf2bf2c780b8a933fc653 100644 (file)
@@ -64,7 +64,8 @@ struct lttng_ust_shm_handle *channel_create(const struct lttng_ust_lib_ring_buff
                                void *buf_addr,
                                size_t subbuf_size, size_t num_subbuf,
                                unsigned int switch_timer_interval,
-                               unsigned int read_timer_interval);
+                               unsigned int read_timer_interval,
+                               const int *stream_fds, int nr_stream_fds);
 
 /*
  * channel_destroy finalizes all channel's buffers, waits for readers to
This page took 0.023108 seconds and 4 git commands to generate.