Move file creation/unlink from liblttng-ust-ctl to consumerd
[lttng-ust.git] / libringbuffer / frontend.h
index 770090770e9de16081a351db63f571616c4627b3..8c8517086828d1fc5c9cf2bf2c780b8a933fc653 100644 (file)
@@ -65,7 +65,7 @@ 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,
-                               const char *shm_path);
+                               const int *stream_fds, int nr_stream_fds);
 
 /*
  * channel_destroy finalizes all channel's buffers, waits for readers to
This page took 0.027893 seconds and 5 git commands to generate.