Fix: ABI breakage between 2.1 and 2.2-rc1
[lttng-ust.git] / include / lttng / ust-events.h
index 4cc507a05c52c1363a7ba20d0aae503955b7d3f1..749478a6a335b3b9b14ab0ceb3dd87787f469b30 100644 (file)
@@ -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);
This page took 0.022856 seconds and 4 git commands to generate.