Copyright ownership transfer
[lttng-tools.git] / src / common / runas.h
index 619d3d0b3620fde2d6b3fafdc687dda4cbc3e77a..460dec6cf954a69f29fdb03a5fe440d6154c448e 100644 (file)
@@ -2,7 +2,7 @@
 #define _RUNAS_H
 
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * SPDX-License-Identifier: GPL-2.0-only
@@ -14,6 +14,7 @@
 #include <unistd.h>
 
 #include <common/macros.h>
+#include <common/sessiond-comm/sessiond-comm.h>
 
 /*
  * The run-as process is launched by forking without an exec*() call. This means
@@ -70,6 +71,10 @@ int run_as_extract_sdt_probe_offsets(int fd, const char *provider_name,
                const char* probe_name, uid_t uid, gid_t gid,
                uint64_t **offsets, uint32_t *num_offset);
 LTTNG_HIDDEN
+int run_as_generate_filter_bytecode(const char *filter_expression,
+               const struct lttng_credentials *creds,
+               struct lttng_bytecode **bytecode);
+LTTNG_HIDDEN
 int run_as_create_worker(const char *procname,
                post_fork_cleanup_cb clean_up_func, void *clean_up_user_data);
 LTTNG_HIDDEN
This page took 0.024655 seconds and 4 git commands to generate.