X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fthread.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fthread.hpp;h=f35bb5803d864dd5d2503a7efbcdb51f6eb7d069;hp=cc1cbd13d209f1bde11d96bb0cfc28dd48bba9b8;hb=cd9adb8b829564212158943a0d279bb35322ab30;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1 diff --git a/src/bin/lttng-sessiond/thread.hpp b/src/bin/lttng-sessiond/thread.hpp index cc1cbd13d..f35bb5803 100644 --- a/src/bin/lttng-sessiond/thread.hpp +++ b/src/bin/lttng-sessiond/thread.hpp @@ -57,6 +57,6 @@ bool lttng_thread_shutdown(struct lttng_thread *thread); * * Returns once all orphaned threads have been joined. */ -void lttng_thread_list_shutdown_orphans(void); +void lttng_thread_list_shutdown_orphans(); #endif /* THREAD_H */