Implement capturing payload on event notifier
[lttng-modules.git] / src / lttng-ring-buffer-client.h
index fa0b8d4709d2e4122edd654c77770d4ed3d64bdb..4f8699c0227aa7c844d3e3db6ef3c33e32f32bea 100644 (file)
@@ -550,11 +550,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, lttng_chan, buf_addr,
This page took 0.023011 seconds and 4 git commands to generate.