Move event context to private structures
[lttng-ust.git] / liblttng-ust / ust-events-internal.h
index cac869db2c688ad400284f13b8aa44a573a730a7..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 {
This page took 0.023508 seconds and 4 git commands to generate.