X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Ftrace-ust.h;h=bb092cae56158d98a10dfc623f15532c4ba80845;hp=a2ed3cb91ff16f2c488b1f980fb839c877a06f40;hb=daf282ab93462198c6acd16b4aa624635df1bea5;hpb=a991f516ac2783c833ebbc6ac0ac3c0e4ca71371 diff --git a/lttng-sessiond/trace-ust.h b/lttng-sessiond/trace-ust.h index a2ed3cb91..bb092cae5 100644 --- a/lttng-sessiond/trace-ust.h +++ b/lttng-sessiond/trace-ust.h @@ -27,7 +27,7 @@ #include "ust-ctl.h" -#include "../hashtable/rculfhash.h" +#include "../common/hashtable.h" /* UST Stream list */ struct ltt_ust_stream_list { @@ -110,6 +110,9 @@ struct ltt_ust_session { */ struct cds_lfht *domain_pid; struct cds_lfht *domain_exec; + /* UID/GID of the user owning the session */ + uid_t uid; + gid_t gid; }; #ifdef HAVE_LIBLTTNG_UST_CTL