Move file creation/unlink from liblttng-ust-ctl to consumerd
[lttng-ust.git] / liblttng-ust / lttng-ring-buffer-client.h
index 79085e57a55e7dd73e4fa71b01c4b2aa21bd5142..c0ae0c841590dec0ad8eda825511df3c78407085 100644 (file)
@@ -543,7 +543,7 @@ struct lttng_channel *_channel_create(const char *name,
                                unsigned int read_timer_interval,
                                unsigned char *uuid,
                                uint32_t chan_id,
-                               const char *shm_path)
+                               const int *stream_fds, int nr_stream_fds)
 {
        struct lttng_channel chan_priv_init;
        struct lttng_ust_shm_handle *handle;
@@ -559,7 +559,7 @@ struct lttng_channel *_channel_create(const char *name,
                        &chan_priv_init,
                        buf_addr, subbuf_size, num_subbuf,
                        switch_timer_interval, read_timer_interval,
-                       shm_path);
+                       stream_fds, nr_stream_fds);
        if (!handle)
                return NULL;
        lttng_chan = priv;
This page took 0.023283 seconds and 4 git commands to generate.