common: rename filter bytecode types
[lttng-tools.git] / src / common / runas.h
index 398221708e16948dfc62221d7df228cf3fb6f850..18a053a05cbd89d174d987446117ec345198b81d 100644 (file)
@@ -72,9 +72,8 @@ int run_as_extract_sdt_probe_offsets(int fd, const char *provider_name,
                uint64_t **offsets, uint32_t *num_offset);
 LTTNG_HIDDEN
 int run_as_generate_filter_bytecode(const char *filter_expression,
-               uid_t uid,
-               gid_t gid,
-               struct lttng_filter_bytecode **bytecode);
+               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);
This page took 0.024604 seconds and 4 git commands to generate.