X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=649c0a96de83f24498e0a5e420cebe6c1ab78b89;hb=45893984238b2e2c12fc0d84b90336c98a6d98c9;hp=c6294d0a4626df9d51b8d602cb72ccbeb89d3cb6;hpb=886224ffff69ab7b9fb772bc7c8bedc7982e8f40;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index c6294d0a4..649c0a96d 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -141,10 +141,6 @@ struct ust_app_channel { struct ust_app_session *session; struct lttng_ht *ctx; struct lttng_ht *events; - /* - * UST event registry. The ONLY writer is the application thread. - */ - struct ust_registry_channel registry; /* * Node indexed by channel name in the channels' hash table of a session. */ @@ -170,7 +166,7 @@ struct ust_app_session { int handle; /* used has unique identifier for app session */ int id; /* session unique identifier */ struct ust_app_channel *metadata; - struct ust_registry_session registry; + struct ust_registry_session *registry; struct lttng_ht *channels; /* Registered channels */ struct lttng_ht_node_ulong node; char path[PATH_MAX];