Remove the sessiond "ready" counter mechanism
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index ae73507620a8b7ea02c7afdc1d75efa6a30c34bc..d321fceda1de99b870636f6d7b42dc7c57fd19e3 100644 (file)
@@ -147,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 */
@@ -168,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);
This page took 0.023939 seconds and 5 git commands to generate.