trigger: internal: add credentials information
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 24 Mar 2020 16:15:22 +0000 (12:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:23:06 +0000 (12:23 -0400)
commit3da864a94ccc39239fea82c4803b58b6b56a1003
tree98e382dcc952e3c83f043645b55a5952a05a2ac5
parent894e6e1c66b3b7288c3cfca2a6f9d916774d6dea
trigger: internal: add credentials information

These credentials are for internal use only. We plan on using them for
listing, run-as filter bytecode generation and more.

Introduce LTTNG_OPTIONAL_GET_PTR which is used to assert and return the
pointer for an LTTNG_OPTIONAL underlying element.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I70d7f79918693b52db9b384b56e6476f3449e71d
include/lttng/trigger/trigger-internal.h
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/rotate.c
src/common/optional.h
src/common/trigger.c
This page took 0.027075 seconds and 5 git commands to generate.