Move event context to private structures
[lttng-ust.git] / liblttng-ust / ust-events-internal.h
index d79278d7ec513958c1032c4db9c1497bb827cd5d..97e3974c2333f77ed15e51aca9c7f5a9a0de2ffb 100644 (file)
@@ -258,6 +258,7 @@ struct lttng_ust_event_recorder_private {
        struct lttng_ust_event_recorder *pub;   /* Public event interface */
        struct cds_list_head node;              /* Event recorder list */
        struct cds_hlist_node hlist;            /* Hash table of event recorders */
+       struct lttng_ust_ctx *ctx;
 };
 
 struct lttng_ust_event_notifier_private {
@@ -359,6 +360,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.023259 seconds and 4 git commands to generate.