X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fregister.h;h=d9bd0515523b58094b480e8ff1a2831ae37d04c6;hp=71bb4de1e502a1978338deb613aa13908be7f344;hb=bd9addf713e7dc8fc47499f62312966a3a5f4d46;hpb=f9d2ba6ae32397fd818279ea90d3691c60f0e079 diff --git a/src/bin/lttng-sessiond/register.h b/src/bin/lttng-sessiond/register.h index 71bb4de1e..d9bd05155 100644 --- a/src/bin/lttng-sessiond/register.h +++ b/src/bin/lttng-sessiond/register.h @@ -23,6 +23,7 @@ #include #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 */