X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fust-events-internal.h;h=97e3974c2333f77ed15e51aca9c7f5a9a0de2ffb;hb=a40b5b8cd4af87564b297e343de14779c1bfc11a;hp=cac869db2c688ad400284f13b8aa44a573a730a7;hpb=0950190a1ef3270ac1a93e5c1647361320776f5e;p=lttng-ust.git diff --git a/liblttng-ust/ust-events-internal.h b/liblttng-ust/ust-events-internal.h index cac869db..97e3974c 100644 --- a/liblttng-ust/ust-events-internal.h +++ b/liblttng-ust/ust-events-internal.h @@ -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 {