X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevents.h;h=06bde3207bfa0bc693b4d5380b3e6b0e93d80cc6;hb=5cf4b87c1cb473051c17f0a7e1161452ccd5b000;hp=ae0c9738c426ff215113ce786d97493e56d2b0ef;hpb=fbd4d5586960a40e12dae11a70afe3a2ae239ba9;p=lttng-modules.git diff --git a/include/lttng/events.h b/include/lttng/events.h index ae0c9738..06bde320 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -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,