X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent-thread.h;h=7c33eddc9ea1e36f99341448d92f845bd856d47c;hb=a5a309207b81778262744a9de568f6d7c54996e2;hp=6bdfdcd5ea274041a1bf0e243aadc04077b7e6ab;hpb=f28f9e449e13d6a3495408e5329514fa5ca7150e;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/agent-thread.h b/src/bin/lttng-sessiond/agent-thread.h index 6bdfdcd5e..7c33eddc9 100644 --- a/src/bin/lttng-sessiond/agent-thread.h +++ b/src/bin/lttng-sessiond/agent-thread.h @@ -22,16 +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) { - return NULL; + return true; } + static inline bool agent_tracing_is_enabled(void) {