X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent-thread.hpp;h=86d0a9b881ab888d2aa1ec70b613abe47f41e3fe;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=d84ea61721f21cacfb2d8879d7d2d65b9490ff61;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/agent-thread.hpp b/src/bin/lttng-sessiond/agent-thread.hpp index d84ea6172..86d0a9b88 100644 --- a/src/bin/lttng-sessiond/agent-thread.hpp +++ b/src/bin/lttng-sessiond/agent-thread.hpp @@ -17,14 +17,12 @@ bool agent_tracing_is_enabled(void); #else /* HAVE_LIBLTTNG_UST_CTL */ -static inline -bool launch_agent_management_thread(void) +static inline bool launch_agent_management_thread(void) { return true; } -static inline -bool agent_tracing_is_enabled(void) +static inline bool agent_tracing_is_enabled(void) { return false; }