X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frunas.h;h=06e41cd019b73071424af8ab815f7eebd54869e0;hp=398221708e16948dfc62221d7df228cf3fb6f850;hb=2463b7879c00298daa79744cdaae82ac061a4ed8;hpb=3a4595c2469472dee1656cde5f8882c2123efd3c diff --git a/src/common/runas.h b/src/common/runas.h index 398221708..06e41cd01 100644 --- a/src/common/runas.h +++ b/src/common/runas.h @@ -74,7 +74,7 @@ LTTNG_HIDDEN int run_as_generate_filter_bytecode(const char *filter_expression, uid_t uid, gid_t gid, - struct lttng_filter_bytecode **bytecode); + 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);