X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.hpp;h=bf86575f5589a8071e05f84d35437962382303d9;hb=0f4aa1a88a318046475c7caa0f72438db044d9c0;hp=32911f09c5ef54fd69cfdfe2ab4ae83524f049f9;hpb=8a00688e1d58cc5a2e77eba206ff23bd6105130c;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/lttng-relayd.hpp b/src/bin/lttng-relayd/lttng-relayd.hpp index 32911f09c..bf86575f5 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,20 +47,19 @@ 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; -void lttng_relay_notify_ready(void); -int lttng_relay_stop_threads(void); +void lttng_relay_notify_ready(); +int lttng_relay_stop_threads(); -int relayd_init_thread_quit_pipe(void); -int relayd_notify_thread_quit_pipe(void); -void relayd_close_thread_quit_pipe(void); +int relayd_init_thread_quit_pipe(); +int relayd_notify_thread_quit_pipe(); +void relayd_close_thread_quit_pipe(); 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 */