Fix: no need to use run_as_open in the relayd
authorDavid Goulet <dgoulet@efficios.com>
Mon, 29 Apr 2013 17:08:36 +0000 (13:08 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 29 Apr 2013 17:08:36 +0000 (13:08 -0400)
commitbe96a7d15e24cd8742c404cf3a76d14c75b00f06
tree86636ac0d9df00c5169be7ef7202469fc8d4d660
parente132a0d4a23036da549cb5d09ea9170183c45543
Fix: no need to use run_as_open in the relayd

The utils create stream file function is changed to handle uid and gid
set to -1 meaning that it now does not use the run_as_open() call which
is costly in performance and will instead use open().

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/main.c
src/common/utils.c
This page took 0.027297 seconds and 5 git commands to generate.