SoW-2019-0002: Dynamic Snapshot
[deliverable/lttng-modules.git] / lttng-ring-buffer-metadata-client.h
index 17ffd7593812a45af8f80e75a7b25e1301e4cfe9..03cff02cef4f39d04036464043577199c9827f53 100644 (file)
@@ -237,11 +237,12 @@ void lttng_channel_destroy(struct channel *chan)
 
 static
 struct channel *_channel_create(const char *name,
-                               struct lttng_channel *lttng_chan, void *buf_addr,
+                               void *priv, void *buf_addr,
                                size_t subbuf_size, size_t num_subbuf,
                                unsigned int switch_timer_interval,
                                unsigned int read_timer_interval)
 {
+       struct lttng_channel *lttng_chan = priv;
        struct channel *chan;
 
        chan = channel_create(&client_config, name,
This page took 0.025184 seconds and 5 git commands to generate.