Fix runas namespace
[lttng-tools.git] / liblttng-ustconsumer / lttng-ustconsumer.c
index 8305b061a882fff9021037e1716ff32fb3f36935..10213c1c97dcb8b4d93a80895a0e56d7ed9297db 100644 (file)
@@ -33,7 +33,8 @@
 #include <lttng/lttng-ustconsumer.h>
 #include <lttng/ust-ctl.h>
 #include <lttngerr.h>
-#include <runas.h>
+
+#include "common/runas.h"
 
 extern struct lttng_consumer_global_data consumer_data;
 extern int consumer_poll_timeout;
@@ -394,7 +395,7 @@ int lttng_ustconsumer_on_recv_stream(struct lttng_consumer_stream *stream)
 
        /* Opening the tracefile in write mode */
        if (stream->path_name != NULL) {
-               ret = open_run_as(stream->path_name,
+               ret = run_as_open(stream->path_name,
                                O_WRONLY|O_CREAT|O_TRUNC,
                                S_IRWXU|S_IRWXG|S_IRWXO,
                                stream->uid, stream->gid);
This page took 0.022478 seconds and 4 git commands to generate.