.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / src / bin / lttng-sessiond / utils.hpp
index 5cbf7487ff5abb7a1b7e3cbbdcdfab550e754b5b..83117f426f46dff1b606e2bf7ef12c5876a98553 100644 (file)
@@ -12,10 +12,13 @@ struct lttng_ht;
 struct ltt_session;
 struct consumer_output;
 
-const char *get_home_dir(void);
+const char *get_home_dir();
 int notify_thread_pipe(int wpipe);
-int loglevels_match(int a_loglevel_type, int a_loglevel_value,
-       int b_loglevel_type, int b_loglevel_value, int loglevel_all_type);
+int loglevels_match(int a_loglevel_type,
+                   int a_loglevel_value,
+                   int b_loglevel_type,
+                   int b_loglevel_value,
+                   int loglevel_all_type);
 const char *session_get_base_path(const struct ltt_session *session);
 const char *consumer_output_get_base_path(const struct consumer_output *output);
 
This page took 0.023296 seconds and 4 git commands to generate.