ust cyg-profile: use same class for entry and exit
[lttng-ust.git] / include / lttng / ust-events.h
index 9a46e678ad782afaaf13a3b97df3a0adf1ed5f89..3d7a2747b3795329f2994115d64e1d1cefd0f138 100644 (file)
@@ -407,8 +407,6 @@ struct lttng_event {
        void *_deprecated1;
        struct lttng_ctx *ctx;
        enum lttng_ust_instrumentation instrumentation;
-       union {
-       } u;
        struct cds_list_head node;              /* Event list in session */
        struct cds_list_head _deprecated2;
        void *_deprecated3;
@@ -439,7 +437,8 @@ struct lttng_channel_ops {
                        unsigned int switch_timer_interval,
                        unsigned int read_timer_interval,
                        unsigned char *uuid,
-                       uint32_t chan_id);
+                       uint32_t chan_id,
+                       const int *stream_fds, int nr_stream_fds);
        void (*channel_destroy)(struct lttng_channel *chan);
        union {
                void *_deprecated1;
This page took 0.024232 seconds and 4 git commands to generate.