Move hash table to common/ directory
[lttng-tools.git] / lttng-sessiond / trace-ust.h
index a2ed3cb91ff16f2c488b1f980fb839c877a06f40..bb092cae56158d98a10dfc623f15532c4ba80845 100644 (file)
@@ -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
This page took 0.02574 seconds and 5 git commands to generate.