Use lttng_credentials instead of bespoke uid/gid members in ua_sess
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 17 Jul 2019 18:46:56 +0000 (14:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 25 Jul 2019 19:51:47 +0000 (15:51 -0400)
commit470cc211d9a571d0158ba43fdfb39beb2159bd3c
tree8e240493ed2daec6734ba314250cd7b46d1e9160
parente5add6d004793894ef4c7e047bc0f8885763b205
Use lttng_credentials instead of bespoke uid/gid members in ua_sess

Change euid/egid and uid/gid to use the lttng_credentials structure
under the "effective_credentials" and "real_credentials" names.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-app.h
src/bin/lttng-sessiond/ust-consumer.c
This page took 0.024859 seconds and 4 git commands to generate.