X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-app.h;fp=lttng-sessiond%2Fust-app.h;h=00a42186406cf761f9661241cca9d0daad9359f1;hp=a5ae56a21398d1f7f6c482a3347acf0bc96da930;hb=a991f516ac2783c833ebbc6ac0ac3c0e4ca71371;hpb=f56a39affe149956ac64b399859952e9586de930 diff --git a/lttng-sessiond/ust-app.h b/lttng-sessiond/ust-app.h index a5ae56a21..00a421864 100644 --- a/lttng-sessiond/ust-app.h +++ b/lttng-sessiond/ust-app.h @@ -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;