X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent-thread.h;h=7c33eddc9ea1e36f99341448d92f845bd856d47c;hp=4bed47b3702743575a059d300a01a95ae57cdd38;hb=8a7e45909a46d4aab3c3debde8f5ce2006c7d306;hpb=40b66b269dbc4de5b7808ab05f7309f3f5092e52 diff --git a/src/bin/lttng-sessiond/agent-thread.h b/src/bin/lttng-sessiond/agent-thread.h index 4bed47b37..7c33eddc9 100644 --- a/src/bin/lttng-sessiond/agent-thread.h +++ b/src/bin/lttng-sessiond/agent-thread.h @@ -22,17 +22,17 @@ #ifdef HAVE_LIBLTTNG_UST_CTL -void *agent_thread_manage_registration(void *data); +bool launch_agent_management_thread(void); bool agent_tracing_is_enabled(void); #else /* HAVE_LIBLTTNG_UST_CTL */ static inline -void *agent_thread_manage_registration(void *data) +bool launch_agent_management_thread(void) { - sessiond_notify_ready(); - return NULL; + return true; } + static inline bool agent_tracing_is_enabled(void) {