Move ust channel registry inside session registry
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index c6294d0a4626df9d51b8d602cb72ccbeb89d3cb6..649c0a96de83f24498e0a5e420cebe6c1ab78b89 100644 (file)
@@ -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];
This page took 0.025497 seconds and 4 git commands to generate.