X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-sessiond.h;h=d321fceda1de99b870636f6d7b42dc7c57fd19e3;hb=2a85be8e0e679da996b48252b1d9aebb9bb29126;hp=243138a9f043311eb611318b0b2d058eda69587f;hpb=917a718d4ec336ca98820f3cf56a2db57fc9b1dd;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/lttng-sessiond.h b/src/bin/lttng-sessiond/lttng-sessiond.h index 243138a9f..d321fceda 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.h +++ b/src/bin/lttng-sessiond/lttng-sessiond.h @@ -125,12 +125,6 @@ struct ust_reg_wait_node { struct cds_list_head head; }; -/* - * This pipe is used to inform the thread managing application notify - * communication that a command is queued and ready to be processed. - */ -extern int apps_cmd_notify_pipe[2]; - /* * Used to notify that a hash table needs to be destroyed by dedicated * thread. Required by design because we don't want to move destroy @@ -153,8 +147,6 @@ extern struct health_app *health_sessiond; extern struct sessiond_config config; -extern int lttng_sessiond_ready; - extern int ust_consumerd64_fd, ust_consumerd32_fd; /* Parent PID for --sig-parent option */ @@ -174,7 +166,6 @@ int sessiond_notify_quit_pipe(void); void sessiond_close_quit_pipe(void); int sessiond_set_thread_pollset(struct lttng_poll_event *events, size_t size); -void sessiond_notify_ready(void); void sessiond_signal_parents(void); void sessiond_set_client_thread_state(bool running);