Move channel context to private structures
[lttng-ust.git] / liblttng-ust / ust-events-internal.h
index d79278d7ec513958c1032c4db9c1497bb827cd5d..cac869db2c688ad400284f13b8aa44a573a730a7 100644 (file)
@@ -359,6 +359,7 @@ struct lttng_ust_channel_buffer_private {
        int header_type;                /* 0: unset, 1: compact, 2: large */
        unsigned int id;                /* Channel ID */
        enum lttng_ust_abi_chan_type type;
+       struct lttng_ust_ctx *ctx;
        unsigned char uuid[LTTNG_UST_UUID_LEN]; /* Trace session unique ID */
 };
 
This page took 0.022242 seconds and 4 git commands to generate.