.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / src / bin / lttng-sessiond / agent-thread.hpp
index d84ea61721f21cacfb2d8879d7d2d65b9490ff61..0d56588ea31d211285ac51642ad3f2a1534443f7 100644 (file)
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
 
-bool launch_agent_management_thread(void);
-bool agent_tracing_is_enabled(void);
+bool launch_agent_management_thread();
+bool agent_tracing_is_enabled();
 
 #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;
 }
This page took 0.027044 seconds and 4 git commands to generate.