Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.hpp
index 32911f09c5ef54fd69cfdfe2ab4ae83524f049f9..ac7d0c69159b79c193ab9c4a44dcc67b1b401669 100644 (file)
  *
  */
 
+#include <common/compat/poll.hpp>
+#include <common/fd-tracker/fd-tracker.hpp>
+#include <common/hashtable/hashtable.hpp>
+
 #include <limits.h>
 #include <urcu.h>
 #include <urcu/wfcqueue.h>
 
-#include <common/compat/poll.hpp>
-#include <common/hashtable/hashtable.hpp>
-#include <common/fd-tracker/fd-tracker.hpp>
-
 struct sessiond_trace_chunk_registry;
 
 /*
@@ -47,7 +47,7 @@ extern struct sessiond_trace_chunk_registry *sessiond_trace_chunk_registry;
 
 extern char *opt_output_path;
 extern const char *tracing_group_name;
-extern const char * const config_section_name;
+extern const char *const config_section_name;
 extern enum relay_group_output_by opt_group_output_by;
 
 extern struct fd_tracker *the_fd_tracker;
@@ -60,7 +60,6 @@ int relayd_notify_thread_quit_pipe(void);
 void relayd_close_thread_quit_pipe(void);
 bool relayd_is_thread_quit_pipe(const int fd);
 
-int create_named_thread_poll_set(struct lttng_poll_event *events,
-               int size, const char *name);
+int create_named_thread_poll_set(struct lttng_poll_event *events, int size, const char *name);
 
 #endif /* LTTNG_RELAYD_H */
This page took 0.022974 seconds and 4 git commands to generate.