X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.hpp;fp=src%2Fbin%2Flttng-relayd%2Flttng-relayd.hpp;h=ac7d0c69159b79c193ab9c4a44dcc67b1b401669;hp=32911f09c5ef54fd69cfdfe2ab4ae83524f049f9;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/src/bin/lttng-relayd/lttng-relayd.hpp b/src/bin/lttng-relayd/lttng-relayd.hpp index 32911f09c..ac7d0c691 100644 --- a/src/bin/lttng-relayd/lttng-relayd.hpp +++ b/src/bin/lttng-relayd/lttng-relayd.hpp @@ -10,14 +10,14 @@ * */ +#include +#include +#include + #include #include #include -#include -#include -#include - 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 */