X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frunas.hpp;fp=src%2Fcommon%2Frunas.hpp;h=86c56c987381bb483e587c9edcd8852a491de2a6;hp=be806afc2f141baa4640cb0aa9346dd2a22d6d9d;hb=cd9adb8b829564212158943a0d279bb35322ab30;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1 diff --git a/src/common/runas.hpp b/src/common/runas.hpp index be806afc2..86c56c987 100644 --- a/src/common/runas.hpp +++ b/src/common/runas.hpp @@ -59,6 +59,6 @@ int run_as_generate_filter_bytecode(const char *filter_expression, struct lttng_bytecode **bytecode); int run_as_create_worker(const char *procname, post_fork_cleanup_cb clean_up_func, void *clean_up_user_data); -void run_as_destroy_worker(void); +void run_as_destroy_worker(); #endif /* _RUNAS_H */