X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=749478a6a335b3b9b14ab0ceb3dd87787f469b30;hb=9e917229ef5d0b6103a9c6cb2e33bf9c5638bfe9;hp=4cc507a05c52c1363a7ba20d0aae503955b7d3f1;hpb=efbad5cc87395d00fa1d578ae211aee431fa3b4a;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 4cc507a0..749478a6 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -395,6 +395,8 @@ struct lttng_channel_ops { unsigned char *uuid, uint32_t chan_id); void (*channel_destroy)(struct lttng_channel *chan); + void *_deprecated1; + void *_deprecated2; int (*event_reserve)(struct lttng_ust_lib_ring_buffer_ctx *ctx, uint32_t event_id); void (*event_commit)(struct lttng_ust_lib_ring_buffer_ctx *ctx);