Stop the application registration thread before orphaned threads
[lttng-tools.git] / src / bin / lttng-sessiond / register.h
index 71bb4de1e502a1978338deb613aa13908be7f344..d9bd0515523b58094b480e8ff1a2831ae37d04c6 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdbool.h>
 #include "lttng-sessiond.h"
 
-bool launch_application_registration_thread(struct ust_cmd_queue *cmd_queue);
+struct lttng_thread *launch_application_registration_thread(
+               struct ust_cmd_queue *cmd_queue);
 
 #endif /* SESSIOND_APPLICATION_REGISTRATION_THREAD_H */
This page took 0.024001 seconds and 5 git commands to generate.