X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevents-internal.h;h=a016bdf48559534f38ccee3471c91c1f6f931a3d;hb=6b757027d2404725d3ae002ae682f4db878adfbb;hp=84c0d009a4f2eefbc5d415eaf3fe9a236492a23e;hpb=96c59af1110120208582f0ca4e90c4957b455f0c;p=lttng-modules.git diff --git a/include/lttng/events-internal.h b/include/lttng/events-internal.h index 84c0d009..a016bdf4 100644 --- a/include/lttng/events-internal.h +++ b/include/lttng/events-internal.h @@ -1108,8 +1108,8 @@ struct lttng_kernel_event_notifier *_lttng_event_notifier_create( struct lttng_kernel_abi_event_notifier *event_notifier_param, enum lttng_kernel_abi_instrumentation itype); -int lttng_channel_enable(struct lttng_kernel_channel_buffer *channel); -int lttng_channel_disable(struct lttng_kernel_channel_buffer *channel); +int lttng_channel_enable(struct lttng_kernel_channel_common *channel); +int lttng_channel_disable(struct lttng_kernel_channel_common *channel); int lttng_event_enable(struct lttng_kernel_event_common *event); int lttng_event_disable(struct lttng_kernel_event_common *event);