Rename sessiond internal "uid" fields to "id"
[lttng-tools.git] / lttng-sessiond / ust-app.h
index a5ae56a21398d1f7f6c482a3347acf0bc96da930..00a42186406cf761f9661241cca9d0daad9359f1 100644 (file)
@@ -88,8 +88,8 @@ struct ust_app_session {
        int enabled;
        /* started: has the session been in started state at any time ? */
        int started;  /* allows detection of start vs restart. */
-       int handle;   /* Used has unique identifier */
-       unsigned int uid;
+       int handle;   /* used has unique identifier for app session */
+       int id;       /* session unique identifier */
        struct ltt_ust_metadata *metadata;
        struct cds_lfht *channels; /* Registered channels */
        struct cds_lfht_node node;
This page took 0.02284 seconds and 4 git commands to generate.