LTTng ring buffer clients: expect void pointer as private data to create channel
[lttng-modules.git] / include / lttng / events.h
index ae0c9738c426ff215113ce786d97493e56d2b0ef..06bde3207bfa0bc693b4d5380b3e6b0e93d80cc6 100644 (file)
@@ -369,7 +369,7 @@ struct lttng_enabler *lttng_event_enabler_as_enabler(
 
 struct lttng_channel_ops {
        struct channel *(*channel_create)(const char *name,
-                               struct lttng_channel *lttng_chan,
+                               void *priv,
                                void *buf_addr,
                                size_t subbuf_size, size_t num_subbuf,
                                unsigned int switch_timer_interval,
This page took 0.023409 seconds and 4 git commands to generate.